更改mysql 表中default值

更改mysql 表中default值

alter table t_price_insignt_profit alter column channel_id drop default; 
alter table t_price_insignt_profit alter column channel_id set  default -1; 
原文地址:https://www.cnblogs.com/stevenlii/p/12090544.html