Sha256: 7fed6de90ce66553a621aea44bbd327cc59676210bbe14899eff1f2aa7eaa28a
Contents?: true
Size: 355 Bytes
Versions: 49
Compression:
Stored size: 355 Bytes
Contents
class RocketCmsCreateSeos < ActiveRecord::Migration[5.0] def change create_table :seos do |t| t.boolean :enabled, default: true, null: false t.integer :seoable_id t.string :seoable_type RocketCMS::Migration.seo_fields(t) t.timestamps end add_index :seos, [:seoable_id, :seoable_type], unique: true end end
Version data entries
49 entries across 49 versions & 1 rubygems