docs: 文件

feature/comment
ChenYan 2024-12-28 18:51:17 +08:00
parent a998c414bd
commit 3f69d8466b
1 changed files with 10 additions and 0 deletions

10
sql/mysql.sql 100644
View File

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