Hello everyone:) I have a table with a enum column containing statuses: STARTED, RESERVED, FINISHED. I want to add a status WAITING to this enum using SQLAlchemy without dropping down into SQL. I'm using PostgreSQL 8.4.6
I don't think there's a way to do it without dropping into SQL. Any ideas? Thanks in advance, Mahmoud -- You received this message because you are subscribed to the Google Groups "sqlalchemy" 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/sqlalchemy?hl=en.
