This website works better with JavaScript.
Explore
Help
Sign In
FactoryAssistant
/
back-server
Watch
1
Star
0
Fork
You've already forked back-server
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
3372c88607
dev
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '3372c88607'
${ noResults }
back-server
/
jeecg-boot
/
db
/
schema_mysql.sql
2 lines
104 B
Raw
Blame
History
-- 创建mysql库
create
database
`
jeecg
-
boot
`
default
character
set
utf8mb4
collate
utf8mb4_general_ci
;
Reference in new issue
View Git Blame
Copy Permalink