Schema dump does not reflect column size limit

With Rails 2.3.4 and MySQL 5.0.41:

> id | int(11) | NO | PRI | NULL | auto_increment | > author_id | int(11) | YES | | NULL | |

...

t.integer "author_id" t.integer "author_bet_id"

Why the hell is the size limit lost?

Because it's basically meaningless? :slight_smile: