alter table department
add area_code varchar(100);
comment on column department.area_code is '所属区域代码';