I've a Table
with the following column:
Column('type', String(128))
How do I set this column to NULL when inserting a new row in database?
I tried doing this:
self.type = NULL;
There is no NULL
type in Python so I don't know how to do it.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…