Sha256: 893916209c6a45dd8bca46e1d1d04a78146e117f3a7278f19199082667c9540b
Contents?: true
Size: 186 Bytes
Versions: 9
Compression:
Stored size: 186 Bytes
Contents
class CreateProducts < ActiveRecord::Migration def change create_table :products do |t| t.string :name t.float :price t.timestamps null: false end end end
Version data entries
9 entries across 9 versions & 1 rubygems