This is my first post to the forum, when I try to run a migration that has a t.column, I get this:
rake aborted! undefined method `column' for #<ActiveRecord::ConnectionAdapters::TableDefinition:0x487c194>
This is my first post to the forum, when I try to run a migration that has a t.column, I get this:
rake aborted! undefined method `column' for #<ActiveRecord::ConnectionAdapters::TableDefinition:0x487c194>
Can you supply some more code please, assuming it is not hundreds of lines then show us the migration .rb contents.
Which version of Rails are you using?
-Conrad
Conrad Taylor wrote: