class CreateHolidays < ActiveRecord::Migration - CreateHolidays has no descriptive comment
def change - CreateHolidays#change has approx 6 statements
create_table :holidays do |t| - CreateHolidays#change has the variable name 't'
t.date :christmas_start -
t.date :christmas_end -
t.date :easter_start -
t.date :easter_end -
t.timestamps null: false -
end
end
end