Sha256: 7a990370201a19c0615cd66bfb5a7db45ee6c0c4e16bc5c31362df33370b36b5

Contents?: true

Size: 831 Bytes

Versions: 30

Compression:

Stored size: 831 Bytes

Contents

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

    create_table :phcscriptcdn_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 :phcscriptcdn_friendly_id_slugs, :sluggable_id
    add_index :phcscriptcdn_friendly_id_slugs, [:slug, :sluggable_type], name: 'scriptcdn_fri_id_slugable_type', length: { slug: 140, sluggable_type: 50 }
    add_index :phcscriptcdn_friendly_id_slugs, [:slug, :sluggable_type, :scope], name: 'scriptcdn_fri_id_slugable_scope_type', length: { slug: 70, sluggable_type: 50, scope: 70 }, unique: true
    add_index :phcscriptcdn_friendly_id_slugs, :sluggable_type

  end
end

Version data entries

30 entries across 30 versions & 1 rubygems

Version Path
phcscriptcdn-25.0.0 db/migrate/20170509002355_create_phcscriptcdn_friendly_id_slugs.rb
phcscriptcdn-24.0.1 db/migrate/20170509002355_create_phcscriptcdn_friendly_id_slugs.rb
phcscriptcdn-24.0.0 db/migrate/20170509002355_create_phcscriptcdn_friendly_id_slugs.rb
phcscriptcdn-23.1.0 db/migrate/20170509002355_create_phcscriptcdn_friendly_id_slugs.rb
phcscriptcdn-23.0.0 db/migrate/20170509002355_create_phcscriptcdn_friendly_id_slugs.rb
phcscriptcdn-22.0.0 db/migrate/20170509002355_create_phcscriptcdn_friendly_id_slugs.rb
phcscriptcdn-21.2.0 db/migrate/20170509002355_create_phcscriptcdn_friendly_id_slugs.rb
phcscriptcdn-21.1.0 db/migrate/20170509002355_create_phcscriptcdn_friendly_id_slugs.rb
phcscriptcdn-21.0.0 db/migrate/20170509002355_create_phcscriptcdn_friendly_id_slugs.rb
phcscriptcdn-20.0.1 db/migrate/20170509002355_create_phcscriptcdn_friendly_id_slugs.rb
phcscriptcdn-20.0.0 db/migrate/20170509002355_create_phcscriptcdn_friendly_id_slugs.rb
phcscriptcdn-19.0.0 db/migrate/20170509002355_create_phcscriptcdn_friendly_id_slugs.rb
phcscriptcdn-18.0.0 db/migrate/20170509002355_create_phcscriptcdn_friendly_id_slugs.rb
phcscriptcdn-17.0.1 db/migrate/20170509002355_create_phcscriptcdn_friendly_id_slugs.rb
phcscriptcdn-17.0.0 db/migrate/20170509002355_create_phcscriptcdn_friendly_id_slugs.rb
phcscriptcdn-16.0.0 db/migrate/20170509002355_create_phcscriptcdn_friendly_id_slugs.rb
phcscriptcdn-15.0.0 db/migrate/20170509002355_create_phcscriptcdn_friendly_id_slugs.rb
phcscriptcdn-14.0.0 db/migrate/20170509002355_create_phcscriptcdn_friendly_id_slugs.rb
phcscriptcdn-13.0.0 db/migrate/20170509002355_create_phcscriptcdn_friendly_id_slugs.rb
phcscriptcdn-12.1.0 db/migrate/20170509002355_create_phcscriptcdn_friendly_id_slugs.rb