docs: 文件
parent
a998c414bd
commit
3f69d8466b
|
@ -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';
|
Loading…
Reference in New Issue