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