新增sql注释

This commit is contained in:
“zyj” 2022-11-07 12:42:28 +08:00
parent f18b6fc50c
commit 6686a15746

View File

@ -1,6 +1,8 @@
-- ----------------------------
-- 1、部门表
-- ----------------------------
-- 不用执行该语句
drop table if exists sys_dept;
create table sys_dept (
dept_id bigint(20) not null auto_increment comment '部门id',