Sha256: 49afccdde13c42f79567be0fdf5295cf4faf5caf3c655826ce8942a336dae58a
Contents?: true
Size: 193 Bytes
Versions: 1
Compression:
Stored size: 193 Bytes
Contents
class AddItemSections < ActiveRecord::Migration[4.2] def change create_table :cavy_item_sections do |t| t.string :title t.integer :item_groups, array: true end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cavy-0.1.0.beta2 | db/migrate/20141116193508_add_item_sections.rb |