On Thu, Jan 13, 2011 at 09:36:03PM +0000, Timothy W. Grove wrote:
> I want to update an existing database by adding a new column 
> (UnicodeCol) to an existing table. Can anyone suggest a way to 
> automatically accomplish this through sqlobject ?

   It could be as simple as

Table.sqlmeta.addColumn(UnicodeCol('name'), changeSchema=True)

Oleg.
-- 
     Oleg Broytman            http://phdru.name/            p...@phdru.name
           Programmers don't die, they just GOSUB without RETURN.

------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
sqlobject-discuss mailing list
sqlobject-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss

Reply via email to