Sha256: 5f68241c05322b03acb1991ea9af8af0fefd57cbf4d6583984ee628f6ee1bebc

Contents?: true

Size: 572 Bytes

Versions: 218

Compression:

Stored size: 572 Bytes

Contents

class CreateFriendlyIdSlugs < ActiveRecord::Migration[4.2]
  def change
    create_table :friendly_id_slugs do |t|
      t.string   :slug,           :null => false
      t.integer  :sluggable_id,   :null => false
      t.string   :sluggable_type, :limit => 50
      t.string   :scope
      t.datetime :created_at
    end
    add_index :friendly_id_slugs, :sluggable_id
    add_index :friendly_id_slugs, [:slug, :sluggable_type]
    add_index :friendly_id_slugs, [:slug, :sluggable_type, :scope], :unique => true
    add_index :friendly_id_slugs, :sluggable_type
  end
end

Version data entries

218 entries across 218 versions & 5 rubygems

Version Path
mumuki-domain-7.9.2 db/migrate/20150826023647_create_friendly_id_slugs.rb
mumuki-laboratory-7.9.1 vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-b162dc91aa77/db/migrate/20150826023647_create_friendly_id_slugs.rb
mumuki-domain-7.9.1 db/migrate/20150826023647_create_friendly_id_slugs.rb
mumuki-laboratory-7.9.0 vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-520f859ca8af/db/migrate/20150826023647_create_friendly_id_slugs.rb
mumuki-domain-7.9.0 db/migrate/20150826023647_create_friendly_id_slugs.rb
mumuki-domain-7.7.3 db/migrate/20150826023647_create_friendly_id_slugs.rb
mumuki-domain-7.8.1 db/migrate/20150826023647_create_friendly_id_slugs.rb
mumuki-domain-7.8.0 db/migrate/20150826023647_create_friendly_id_slugs.rb
mumuki-domain-7.7.2 db/migrate/20150826023647_create_friendly_id_slugs.rb
mumuki-domain-7.7.1 db/migrate/20150826023647_create_friendly_id_slugs.rb
mumuki-laboratory-7.7.1 vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20150826023647_create_friendly_id_slugs.rb
mumuki-laboratory-7.7.0 vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-cb7a9018bb94/db/migrate/20150826023647_create_friendly_id_slugs.rb
mumuki-domain-7.7.0 db/migrate/20150826023647_create_friendly_id_slugs.rb
mumuki-domain-7.6.1 db/migrate/20150826023647_create_friendly_id_slugs.rb
mumuki-domain-7.6.0 db/migrate/20150826023647_create_friendly_id_slugs.rb
mumuki-laboratory-7.5.2 vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-ad16a5930cec/db/migrate/20150826023647_create_friendly_id_slugs.rb
mumuki-laboratory-7.5.1 vendor/bundle/ruby/2.3.0/bundler/gems/mumuki-domain-a059418e5fd8/db/migrate/20150826023647_create_friendly_id_slugs.rb
mumuki-domain-7.5.1 db/migrate/20150826023647_create_friendly_id_slugs.rb
mumuki-laboratory-7.5.0 vendor/bundle/ruby/2.6.0/bundler/gems/mumuki-domain-acb12583b793/db/migrate/20150826023647_create_friendly_id_slugs.rb
mumuki-domain-7.5.0 db/migrate/20150826023647_create_friendly_id_slugs.rb