class CreateUnavailables < ActiveRecord::Migration def change create_table :unavailables do |t| t.string :reason t.integer :shift_id t.boolean :notify, :default => false t.timestamps end end end