标签: python django postgresql sqlalchemy
我想将空日期传递到数据库
(psycopg2.DataError) invalid input syntax for type date: ""
我的序列化程序允许它,数据库不允许,因为没有配置约束。
reg_date= Column(Date, nullable=True)