search for: xml_result

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

2007 Jul 06
1
migration column options not in schema.rb?
...3 installed. I have a migration that looks like create_table :test_runs do |t| t.column :test_spec_id, :integer t.column :parent_id, :integer t.column :hostname, :string t.column :start_time, :datetime t.column :duration, :decimal t.column :result, :string t.column :xml_result, :text, :limit => 10.megabytes end after running "rake db:migrate"... the schema.rb contains create_table "test_runs", :force => true do |t| t.column "test_spec_id", :integer t.column "parent_id", :integer t.column "host...