Sha256: 755b4c035a8b0d4f6c8a66b2d8c0f42f9160b5775546daec0e8c09b8115dd4bd
Contents?: true
Size: 270 Bytes
Versions: 6
Compression:
Stored size: 270 Bytes
Contents
class CreatePeople < ActiveRecord::Migration[4.2] 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
6 entries across 6 versions & 1 rubygems