mcwl-ai/sql/mysql.sql

10 lines
339 B
SQL

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