• 本题解析
    考察指定位置添加表的列

  • 参考答案

alter table actor 
add column create_date datetime  NOT NULL default '2020-10-01 00:00:00'
after last_update