I''m using rake migration for mySql database changes. I''ve so far been unable to uncover a way to specify that an integer field is unsigned. You can do it in mySql, but I can''t find the correct argument for the change_column method. Is there one? -- Posted via http://www.ruby-forum.com/.
Maybe Matching Threads
- Migration w/change_column fails on MySQL 5.1
- Changing column to NOT NULL with migration silently failing.
- rake craziness with Migrate as a dependency
- migration error, mysql, change column limit
- wrong argument type Mysql (expected Struct) running rake with Ruby 1.9 / Rails 2.3.3