This website works better with JavaScript.
Home
Explore
Help
Sign In
public
/
autodoc
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
db default collation
master
root
5 years ago
parent
9fa24043ed
commit
3aef4d2bf5
1 changed files
with
2 additions
and
0 deletions
Split View
Show Diff Stats
2
0
etc/autodoc.sql
+ 2
- 0
etc/autodoc.sql
View File
@@ -1,3 +1,5 @@
ALTER SCHEMA `autodoc` DEFAULT CHARACTER SET utf8mb4 DEFAULT COLLATE utf8mb4_general_ci ;
DROP TABLE IF EXISTS `documents_tags`;
DROP TABLE IF EXISTS `documents_pages`;
DROP TABLE IF EXISTS `pages_words`;
Write
Preview
Loading…
Cancel
Save