Hi everybody, I have a problem: I want to insert a new column into a table (person, it ready exits in DB.). But i dont know to do what. Do yo have any idea to help me? Thank you for your reading. -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Colin Law
2011-Aug-12 07:37 UTC
Re: How to add new column into table when server is running?
On 12 August 2011 08:24, Vuong Hung <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> Hi everybody, > > I have a problem: I want to insert a new column into a table (person, it > ready exits in DB.). But i dont know to do what.What do you mean by inserting it into a table? Do you mean a table in the database or that you just want to add the value into an html table? I assumed the former initially, but then you say that it already exists in the databsase. If you just want to insert a new column into an html table on a web page then just add the html for the column. Perhaps you need to explain your question in more detail. Colin -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.