Hi! Is there any way to add sql comment on column in CREATE TABLE statement?
I use Infobright engine for MySQL and it has very useful feature "lookup field"[1], but to use it I should declare column as "<<column name>> <<column type>> … COMMENT ‘lookup’ …" as a part of CREATE TABLE statement (and comment can not be added later via ALTER statement). I'm using SA 0.6 and it does a good job when it comes to work with DDL, but I can't find any way to make this simple task. Any suggestions and comments will be highly appreciated... Thanks! [1] http://www.infobright.org/wiki/How_and_When_to_use_Lookups/ -- 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.
