Sha256: 0c779099287a7e9d54943e0aa813bba5285c3f4f4f051fc7432c7ad94eebd229
Contents?: true
Size: 176 Bytes
Versions: 8
Compression:
Stored size: 176 Bytes
Contents
class CreateProducts < ActiveRecord::Migration def change create_table :products do |t| t.string :name t.integer :price t.timestamps end end end
Version data entries
8 entries across 8 versions & 2 rubygems