我创建一个小时的表
CREATE TABLE hour (
Name1 varchar(25) not null,
Datee Datetime not null DEFAULT (CURRENT_TIMESTAMP()),
Monthh date not null DEFAULT (MONTH(CURRENT_DATE()))
);
Mysql 只给我 0000-00-00 而不是我在 php 中使用按钮的名称。这有什么问题以及如何正确?在我看来,我的 phpadmin 没有 MONTH 功能