If you want to alter the table AND see the new column in TG you obviously will need to change the model AND restart your application.
On 7/4/07, milena <[EMAIL PROTECTED]> wrote: > > I use SQLAlchemy with MySQL. I need to use alter table to add a column > to one of the tables in my database. How and where do I do it through > TG? I could add it directly on the database, but then, how am I > supposed to see it from the TG side? An example where I could see the > syntax is highly desirable. > > Since the system is up and running I am not able to drop any table or > to change the model files. > > Thanks in advance, > Milena > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

