feat: Started Game controller - needs more error handling and handling for 404’s

This commit is contained in:
Michael Green
2023-06-12 10:09:16 +10:00
parent 0e70c9f999
commit 76673c42b9
5 changed files with 375 additions and 9 deletions

View File

@@ -361,8 +361,8 @@ CREATE TABLE `platform` (
`createdat` datetime DEFAULT NULL,
`generation` int DEFAULT NULL,
`name` varchar(45) DEFAULT NULL,
`platformfamily` int DEFAULT NULL,
`platformlogo` int DEFAULT NULL,
`platformfamily` bigint DEFAULT NULL,
`platformlogo` bigint DEFAULT NULL,
`slug` varchar(45) DEFAULT NULL,
`summary` longtext,
`updatedat` datetime DEFAULT NULL,