向表中添加列

alter table table_name add col_name char(5);

答案:

alter table actor add create_date datetime not null default('0000-00-00 00:00:00');