Sha256: d7956d112f0eacc4ecb075d4259cd24d3fee84de96cce177c41270aa44a64f93
Contents?: true
Size: 265 Bytes
Versions: 16
Compression:
Stored size: 265 Bytes
Contents
class CreatePeople < ActiveRecord::Migration def change create_table :people do |t| t.string :name t.date :born_on t.decimal :height t.decimal :balance_amount t.string :currency t.timestamps null: false end end end
Version data entries
16 entries across 16 versions & 1 rubygems