search for: test_spec_id

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

2007 Jul 06
1
migration column options not in schema.rb?
...s and not sure where to check yet. Also... forgive me if this shows up twice. I tried posting first through the google groups interface and I''m not sure if it went through. I have rails 1.2.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....