This question shows research effort; it is useful and clear
1
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
我正在使用 MySql 作为我的项目的数据库,我的表单中有一个 DOB(出生日期)字段,它是一个可选字段,因此,用户可以在 DOB 字段中输入或不输入值。假设他们不会在 DOB 中输入值,然后 1970-01-01 日期存储在 DB 的 dob 列中。DB 中 DOB 列的默认值仅为 NULL。为避免这种情况,我该怎么办?我在我的项目中使用 PHP。