优化mysql脚本

pull/295/head
648540858 2021-12-15 11:46:26 +08:00
parent 3962352ec3
commit 1401ce98d4
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
-- 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;