Sha256: 3c3a8d5290e326b3173ee6482bb44b79d027ac037eedca15249f56260f8c6ff2
Contents?: true
Size: 197 Bytes
Versions: 15
Compression:
Stored size: 197 Bytes
Contents
class CreateProducts < ActiveRecord::Migration def change create_table :products do |t| t.string :name t.string :code t.decimal :price t.timestamps end end end
Version data entries
15 entries across 15 versions & 1 rubygems