Sha256: 170b8cbc123df720b4f9bc0afbddcefa1da5306371a5add0fc45dd9f1e3d7c82
Contents?: true
Size: 189 Bytes
Versions: 29
Compression:
Stored size: 189 Bytes
Contents
class CreateProducts < ActiveRecord::Migration def change create_table :products do |t| t.string :title t.decimal :price t.timestamps null: false end end end
Version data entries
29 entries across 29 versions & 1 rubygems