On Wed, Sep 23, 2009 at 19:30, Felipe Ronchi Brigido <[email protected]> wrote: > You can do it renaming the column in the DB and after this renaming the > Entity class var who link's with this.
... or use the colname argument on that Field, so that your python code can stay the same. > 2009/9/23 Isaac Wagner <[email protected]> >> Is there a way to rename a column in an existing table? My DB has >> live data in it and I need to rename the column, but don't know how. -- Gaëtan de Menten http://openhex.org --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "SQLElixir" 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/sqlelixir?hl=en -~----------~----~----~----~------~----~------~--~---
