Frederick Cheung wrote: > On Jul 27, 1:46�pm, Ritvvij <[email protected]> wrote: >> yes... text area to write the article and then save the whole article >> in DB > > You didn't quite understand me. The column type you want (at least in > mysql, sqlite3, postgresql etc) is called text > > Fred
Also, as I understand it the migration t.text (or t.column :text) will map to an appropriate column type for the database being used (i.e. for Oracle the column would be clob). -- 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 [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

