服务启动
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
-- MySQL Script to create the database
|
||||
CREATE DATABASE IF NOT EXISTS `dlabeling` DEFAULT CHARACTER SET utf8 DEFAULT COLLATE utf8_general_ci;
|
||||
CREATE DATABASE IF NOT EXISTS `school_news` DEFAULT CHARACTER SET utf8 DEFAULT COLLATE utf8_general_ci;
|
||||
@@ -1,4 +1,4 @@
|
||||
use dlabeling;
|
||||
use school_news;
|
||||
-- 部门表
|
||||
DROP TABLE IF EXISTS `tb_sys_dept`;
|
||||
CREATE TABLE `tb_sys_dept` (
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
use dlabeling;
|
||||
use school_news;
|
||||
-- MySQL Script to create the user table
|
||||
DROP TABLE IF EXISTS `tb_sys_user`;
|
||||
CREATE TABLE `tb_sys_user` (
|
||||
|
||||
Reference in New Issue
Block a user