Sha256: e596293e21e9ebaab94ea6a07f00e6c5de9110fdc332fc1eb1d9b20d507ec841
Contents?: true
Size: 288 Bytes
Versions: 72
Compression:
Stored size: 288 Bytes
Contents
class CreateStores < ActiveRecord::Migration def change create_table :stores do |t| t.string :storable_type, index: true t.integer :storable_id, index: true t.string :name t.text :value t.string :klass t.timestamps null: false end end end
Version data entries
72 entries across 72 versions & 1 rubygems