mirror of
https://github.com/jeecgboot/JeecgBoot.git
synced 2025-12-08 17:12:28 +08:00
2 lines
107 B
SQL
2 lines
107 B
SQL
-- 创建mysql库
|
|
create database `jeecg-boot-os` default character set utf8mb4 collate utf8mb4_general_ci; |