rt-sim-training-service/sql/20201201.sql

4 lines
79 B
SQL

alter table company
add managers varchar(32) null comment '公司管理者';