Hello,
I''m currently implenting a ERM diagram and neither the Rails API nor
Google could help me. I''ve got columns like ENUM(''M'',
''F''), VARCHAR(2)
and TINYINT and I can''t find any attribute types that fit mine. Is
there
any possiblity to add columns with these types (like: " t.string
:name"
but e.g. t.enum instead of t.string) without using ''execute "add
column
blah"''?
Thanks for the help,
Patrick
--
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-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---