This commit is contained in:
tanghc
2020-01-11 10:53:27 +08:00
parent 0935a185fa
commit 7d759024b7
6 changed files with 400 additions and 27 deletions

View File

@@ -1,4 +1,6 @@
/**
适用于MYSQL 5.6+版本
**/
CREATE DATABASE IF NOT EXISTS `sop` DEFAULT CHARACTER SET utf8 DEFAULT COLLATE utf8_general_ci;
USE `sop`;