I have a rails 3.rc app that I'm developing. I have a text entry in one
my models that can sometimes be quite big. I tried setting :limit =>
4294967296 on the text column in my migration file but this doesn't seem
to have any effect. The column is till created as a TEXT column rather
than MEDIUMTEXT or LONGTEXT.

Does anyone have any idea why this might be happening? Is there a better
way of ensuring that
an entry won't default to TEXT in a mysql database?
-- 
Posted via http://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-t...@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to