Sha256: cf5600eb868ced86a749f95be2b311e38577d674f48c5bd7939b090bcd886c12
Contents?: true
Size: 207 Bytes
Versions: 8
Compression:
Stored size: 207 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 null: false end end end
Version data entries
8 entries across 8 versions & 1 rubygems