mysql insert a field in the table

alter table yjp_app_tokon add status int (2) comment 'account polling day for an account' after mcht_id;

Description: alter table + the Add table name + + + field to add the field type + comment "0 profit, a loss" After the field name + + to follow; (add a field later in this field)

Guess you like

Origin www.cnblogs.com/qiaoer1993/p/11887818.html