Sha256: ffd420c7ce626d377b44b33f52b331fc976cc098ca106f2b534bc8ccdd063799
Contents?: true
Size: 334 Bytes
Versions: 3
Compression:
Stored size: 334 Bytes
Contents
class CreateWeelerSeos < ActiveRecord::Migration[4.2] def change create_table :weeler_seos do |t| t.string :title t.text :description t.text :keywords t.string :section t.references :seoable, index: true, polymorphic: true t.timestamps end add_index :weeler_seos, :section end end
Version data entries
3 entries across 3 versions & 1 rubygems