On Jul 27, 7:32 am, "King Simon-NFHD78" <[EMAIL PROTECTED]>
wrote:
> You want something like this:
>
> user_table = Table('users', metadata, Column('userid', String(8)))
> user_table.create(checkfirst=True)
> # or
> # metadata.create_all(checkfirst=True)
>
> Documentation is at:
>
> http://www.sqlalchemy.org/docs/metadata.html#metadata_creating
>
> Hope that helps,
>
> SimonThanks! I must have blinked when that sentence in the docs went by. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
