mysql常用语句

增加字段
ALTER TABLE table_name ADD 字段名 FLOAT( 13, 2 ) NOT NULL DEFAULT '0.00'

posted @ 2017-09-18 17:30  yonomo  阅读(102)  评论(0编辑  收藏  举报