创建字段的描述
//COMMENT 表示字段的描述
create table name(
id int comment '这是id'
);
alter table id comment '这真的是id';

首页 我的博客
粤ICP备17103704号