I\'ve a Table with the following column:
Table
Column(\'type\', String(128))
How do I set this column to NULL when inserting a new r
I know this is an old thread but this worked for me
self.type = sqlalchemy.sql.null()