User information

This commit is contained in:
Aurélie Delhaie
2022-05-25 13:11:06 +02:00
parent 87957cb2d5
commit d0ee7df3f5
3 changed files with 22 additions and 1 deletions

View File

@@ -27,7 +27,7 @@ CREATE TABLE IF NOT EXISTS `games` (
`name` varchar(255) NOT NULL DEFAULT '0',
`revision` bigint unsigned NOT NULL DEFAULT '0',
`path_storage` text NOT NULL,
`hash` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL,
`hash` varchar(128) CHARACTER SET utf8 COLLATE utf8_general_ci DEFAULT NULL,
`last_update` datetime DEFAULT NULL,
`user_id` bigint unsigned NOT NULL DEFAULT '0',
`available` tinyint unsigned NOT NULL DEFAULT '0',