MySQL 添加字段和修改字段SQL

1、添加字段

alter table `tm_user` Add column is_popup_notice tinyint(1) not null default 0 AFTER `notice_frequency`; 

2、修改字段 

alter table `tm_user` alter column pro_lab_cost_goal set default 0.0;

  

posted on 2020-08-31 16:08  滚动的蛋  阅读(2081)  评论(0编辑  收藏  举报

导航