feat: Started Game controller - needs more error handling and handling for 404’s
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user