20150707124850_create_records.rb 205 Bytes RawBlameHistoryPermalink 1 2 3 4 5 6 7 8 9 10 11 class CreateRecords < ActiveRecord::Migration def change create_table :records do |t| t.string :title t.date :date t.float :amount t.timestamps null: false end end end