Sha256: 972d7aa14ad516842032289c35b67104c8414ffd9b78ebb0674016317778256e

Contents?: true

Size: 855 Bytes

Versions: 50

Compression:

Stored size: 855 Bytes

Contents

class CreatePhcscriptcdnproFriendlyIdSlugs < ActiveRecord::Migration[5.1]
  def change

    create_table :phcscriptcdnpro_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 :phcscriptcdnpro_friendly_id_slugs, :sluggable_id
    add_index :phcscriptcdnpro_friendly_id_slugs, [:slug, :sluggable_type], name: 'scriptcdnpro_fri_id_slugable_type', length: { slug: 140, sluggable_type: 50 }
    add_index :phcscriptcdnpro_friendly_id_slugs, [:slug, :sluggable_type, :scope], name: 'scriptcdnpro_fri_id_slugable_scope_type', length: { slug: 70, sluggable_type: 50, scope: 70 }, unique: true
    add_index :phcscriptcdnpro_friendly_id_slugs, :sluggable_type

  end
end

Version data entries

50 entries across 50 versions & 1 rubygems

Version Path
phcscriptcdnpro-40.0.0 db/migrate/20170509002355_create_phcscriptcdnpro_friendly_id_slugs.rb
phcscriptcdnpro-39.0.1 db/migrate/20170509002355_create_phcscriptcdnpro_friendly_id_slugs.rb
phcscriptcdnpro-39.0.0 db/migrate/20170509002355_create_phcscriptcdnpro_friendly_id_slugs.rb
phcscriptcdnpro-38.1.0 db/migrate/20170509002355_create_phcscriptcdnpro_friendly_id_slugs.rb
phcscriptcdnpro-38.0.0 db/migrate/20170509002355_create_phcscriptcdnpro_friendly_id_slugs.rb
phcscriptcdnpro-37.0.0 db/migrate/20170509002355_create_phcscriptcdnpro_friendly_id_slugs.rb
phcscriptcdnpro-36.1.0 db/migrate/20170509002355_create_phcscriptcdnpro_friendly_id_slugs.rb
phcscriptcdnpro-36.0.0 db/migrate/20170509002355_create_phcscriptcdnpro_friendly_id_slugs.rb
phcscriptcdnpro-35.0.1 db/migrate/20170509002355_create_phcscriptcdnpro_friendly_id_slugs.rb
phcscriptcdnpro-34.1.0 db/migrate/20170509002355_create_phcscriptcdnpro_friendly_id_slugs.rb
phcscriptcdnpro-34.0.0 db/migrate/20170509002355_create_phcscriptcdnpro_friendly_id_slugs.rb
phcscriptcdnpro-33.0.0 db/migrate/20170509002355_create_phcscriptcdnpro_friendly_id_slugs.rb
phcscriptcdnpro-32.0.1 db/migrate/20170509002355_create_phcscriptcdnpro_friendly_id_slugs.rb
phcscriptcdnpro-32.0.0 db/migrate/20170509002355_create_phcscriptcdnpro_friendly_id_slugs.rb
phcscriptcdnpro-31.0.0 db/migrate/20170509002355_create_phcscriptcdnpro_friendly_id_slugs.rb
phcscriptcdnpro-30.1.0 db/migrate/20170509002355_create_phcscriptcdnpro_friendly_id_slugs.rb
phcscriptcdnpro-30.0.0 db/migrate/20170509002355_create_phcscriptcdnpro_friendly_id_slugs.rb
phcscriptcdnpro-29.0.0 db/migrate/20170509002355_create_phcscriptcdnpro_friendly_id_slugs.rb
phcscriptcdnpro-28.0.0 db/migrate/20170509002355_create_phcscriptcdnpro_friendly_id_slugs.rb
phcscriptcdnpro-27.0.0 db/migrate/20170509002355_create_phcscriptcdnpro_friendly_id_slugs.rb