2 lines
110 B
MySQL
2 lines
110 B
MySQL
|
alter table `t_ability_application`
|
||
|
ADD COLUMN `expire_date` datetime DEFAULT NULL comment '过期时间';
|