alter table actor add column create_date datetime not null default '2020-10-01 00:00:00' 谁能解答一下,题目要求是默认值为'0000 00:00:00',正确答案默认值是'2020-10-01 00:00:00' ???