rename schema

This commit is contained in:
Mystikfluu
2022-07-11 11:07:47 +02:00
parent e373e9a39a
commit be159babf0
2 changed files with 26 additions and 26 deletions
+3 -3
View File
@@ -1,7 +1,7 @@
drop schema if exists zerotwohub;
drop schema if exists ipost;
create schema zerotwohub;
use zerotwohub;
create schema ipost;
use ipost;
CREATE TABLE `users` (
`User_ID` bigint NOT NULL AUTO_INCREMENT,