瀏覽代碼

新增sql注释

“zyj” 3 年之前
父節點
當前提交
6686a15746
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      sql/ry_20220822.sql

+ 2 - 0
sql/ry_20220822.sql

@@ -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',