Sha256: 532ca0685aaa9c5b10fef10f5308f4fc4ca95978487dc5c2fd90344ce12a1892

Contents?: true

Size: 855 Bytes

Versions: 43

Compression:

Stored size: 855 Bytes

Contents

class CreatePhcscriptcdnproFriendlyIdSlugs < ActiveRecord::Migration[5.2]
  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

43 entries across 43 versions & 1 rubygems

Version Path
phcscriptcdnpro-78.1.0 db/migrate/20170509002355_create_phcscriptcdnpro_friendly_id_slugs.rb
phcscriptcdnpro-78.0.0 db/migrate/20170509002355_create_phcscriptcdnpro_friendly_id_slugs.rb
phcscriptcdnpro-77.0.0 db/migrate/20170509002355_create_phcscriptcdnpro_friendly_id_slugs.rb
phcscriptcdnpro-75.0.0 db/migrate/20170509002355_create_phcscriptcdnpro_friendly_id_slugs.rb
phcscriptcdnpro-74.0.0 db/migrate/20170509002355_create_phcscriptcdnpro_friendly_id_slugs.rb
phcscriptcdnpro-73.1.0 db/migrate/20170509002355_create_phcscriptcdnpro_friendly_id_slugs.rb
phcscriptcdnpro-73.0.0 db/migrate/20170509002355_create_phcscriptcdnpro_friendly_id_slugs.rb
phcscriptcdnpro-72.2.0 db/migrate/20170509002355_create_phcscriptcdnpro_friendly_id_slugs.rb
phcscriptcdnpro-72.1.0 db/migrate/20170509002355_create_phcscriptcdnpro_friendly_id_slugs.rb
phcscriptcdnpro-72.0.0 db/migrate/20170509002355_create_phcscriptcdnpro_friendly_id_slugs.rb
phcscriptcdnpro-71.0.0 db/migrate/20170509002355_create_phcscriptcdnpro_friendly_id_slugs.rb
phcscriptcdnpro-70.0.0 db/migrate/20170509002355_create_phcscriptcdnpro_friendly_id_slugs.rb
phcscriptcdnpro-68.0.0 db/migrate/20170509002355_create_phcscriptcdnpro_friendly_id_slugs.rb
phcscriptcdnpro-67.0.0 db/migrate/20170509002355_create_phcscriptcdnpro_friendly_id_slugs.rb
phcscriptcdnpro-66.0.0 db/migrate/20170509002355_create_phcscriptcdnpro_friendly_id_slugs.rb
phcscriptcdnpro-65.0.0 db/migrate/20170509002355_create_phcscriptcdnpro_friendly_id_slugs.rb
phcscriptcdnpro-64.1.0 db/migrate/20170509002355_create_phcscriptcdnpro_friendly_id_slugs.rb
phcscriptcdnpro-64.0.0 db/migrate/20170509002355_create_phcscriptcdnpro_friendly_id_slugs.rb
phcscriptcdnpro-63.0.0 db/migrate/20170509002355_create_phcscriptcdnpro_friendly_id_slugs.rb
phcscriptcdnpro-62.0.0 db/migrate/20170509002355_create_phcscriptcdnpro_friendly_id_slugs.rb