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