mirror of
https://github.com/standardebooks/web.git
synced 2025-07-14 10:31:59 -04:00
Add DB setup to readme
This commit is contained in:
parent
b6fbcaba26
commit
82e43cb520
20 changed files with 27 additions and 21 deletions
1
config/sql/se.sql
Normal file
1
config/sql/se.sql
Normal file
|
@ -0,0 +1 @@
|
|||
CREATE DATABASE IF NOT EXISTS `se` DEFAULT CHARACTER SET = 'utf8mb4' DEFAULT COLLATE 'utf8mb4_general_ci'
|
Loading…
Add table
Add a link
Reference in a new issue