From 3f69d8466bda271a6ada191ef19b526b7d5e6639 Mon Sep 17 00:00:00 2001 From: ChenYan <3139166962@qq.com> Date: Sat, 28 Dec 2024 18:51:17 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sql/mysql.sql | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 sql/mysql.sql diff --git a/sql/mysql.sql b/sql/mysql.sql new file mode 100644 index 0000000..8d3b6f6 --- /dev/null +++ b/sql/mysql.sql @@ -0,0 +1,10 @@ +-- ---------------------------- +-- 0、 xxx +-- ---------------------------- + +-- create table xxx +-- ( +-- post_id bigint(20) not null auto_increment comment '岗位ID', +-- post_code varchar(64) not null comment '岗位编码', +-- primary key (post_id) +-- ) engine=innodb comment = 'xxxx';