1.增加列

alter table persons_

add  [start_date] date

2.删除列

alter table persons_

drop column [start_date]