From 6686a1574629224b8eeb4256c151543299b64517 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Czyj=E2=80=9D?= <853304383@qq.com> Date: Mon, 7 Nov 2022 12:42:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9Esql=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sql/ry_20220822.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sql/ry_20220822.sql b/sql/ry_20220822.sql index 83a33b9e..9c02e344 100644 --- a/sql/ry_20220822.sql +++ b/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',