Create lobby command
All checks were successful
Test / build (push) Successful in 5s

This commit is contained in:
Ethan Lane 2024-07-03 20:50:47 +01:00
parent 7b620dfd90
commit 690b63470a
4 changed files with 31 additions and 3 deletions

View file

@ -2,7 +2,7 @@ CREATE TABLE `moon` (
`Id` varchar(255) NOT NULL,
`WhenCreated` datetime NOT NULL,
`WhenUpdated` datetime NOT NULL,
`ServerId` varchar(255) NOT NULL,
`MoonNumber` int NOT NULL,
`UserId` varchar(255) NOT NULL,
`Description` varchar(255) NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_0900_ai_ci;