Sha256: 47688cc1f997741c32a0bf3c469706d77901b6fc2a2fb296c2fb14dee984a670
Contents?: true
Size: 210 Bytes
Versions: 4
Compression:
Stored size: 210 Bytes
Contents
class CreateProducts < ActiveRecord::Migration def change create_table :products do |t| t.integer :shop_id t.string :name t.text :sizes t.timestamps null: false end end end
Version data entries
4 entries across 4 versions & 1 rubygems