alter table actor add column create_date datetime NOT NULL default '2020-10-01 00:00:00' after last_update
alter table 表名 add column新列名 默认条件 after 列名