search for: fulfilled_at

Displaying 1 result from an estimated 1 matches for "fulfilled_at".

2006 Mar 29
2
Rake Migrations for Rails 1.1
...t.column "name", :string t.column "email", :string t.column "address", :string t.column "city", :string t.column "state", :string t.column "zipcode", :string t.column "pay_type", :decimal t.column "fulfilled_at", :datetime end end def self.down drop_table :pages drop_table :users drop_table :line_items drop_table :orders end end Any clues? -- Posted via http://www.ruby-forum.com/.