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