2019-10-21 12:10:39 +08:00

2 lines
104 B
SQL

-- 创建mysql库
create database `jeecg-boot` default character set utf8mb4 collate utf8mb4_general_ci;