mysql添加注释
-- 查看字段类型
-- show columns from campaign_distribute
--给表添加注释
-- alter table campaign_distribute comment '计划分配表'
-- 给字段添加注释
-- alter table campaign_distribute modify column campaign_id int comment '计划id'
-- 查看表的注释
-- show full columns from campaign_distribute
posted on 2018-09-27 11:59 happygril3 阅读(88) 评论(0) 收藏 举报
浙公网安备 33010602011771号