class CreateDucks < ActiveRecord::Migration def change t.string name t.string status t.integer hunger t.string quack_style t.string color t.string secondary_color t.migratory boolean end end