有没有办法在SQLAlchemy中设置DateField nullable = True?

时间:2018-01-18 07:26:53

标签: python django postgresql sqlalchemy

我想将空日期传递到数据库

(psycopg2.DataError) invalid input syntax for type date: ""

我的序列化程序允许它,数据库不允许,因为没有配置约束。

reg_date= Column(Date, nullable=True)

0 个答案:

没有答案