-- comment 表示字段的说明 (备份) create table t_course( cid int, name varchar(50) comment '课程名', tid int comment '教师编号' );