Closed AlecAivazis closed 8 years ago
My thinking is to have a wrapper Text for any SQLAlchemy type such that, Text(...args) -> Column(Text, ...args)
this also provides a way to add new arguments like a primary_key flag
My thinking is to have a wrapper Text for any SQLAlchemy type such that, Text(...args) -> Column(Text, ...args)