i have a table (and a moel linked): Works (in a postgresql database) then i would like to add a column named "categorie" with "enum" type and define the list of choice for enum.
I read the rails guide doc talk about ability to use enum type for database, and how to do that... but in fact, it is not enum type. Is it possible (really) to use enum type FROM database? and is it possible to generate a (real) enum type IN the database (with list of choices to create) ? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/43db2099-a556-46f4-b248-cf371afc44ef%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

