优化mysql脚本

This commit is contained in:
648540858 2021-12-15 11:46:26 +08:00
parent 4519efb5e1
commit ff284e98db

View File

@ -1,7 +1,7 @@
-- auto-generated definition -- auto-generated definition
CREATE DATABASE `wvp` /*!40100 DEFAULT CHARACTER SET utf8mb3 COLLATE utf8mb3_bin */; CREATE DATABASE IF NOT EXISTS `wvp` /*!40100 DEFAULT CHARACTER SET utf8mb3 COLLATE utf8mb3_bin */;
use wvp; use wvp;