feat: added inventory to db

This commit is contained in:
Andyyy7666
2022-09-10 14:38:42 +02:00
committed by GitHub
parent 6b12885223
commit d39d5b6023

View File

@@ -13,5 +13,6 @@ CREATE TABLE `characters` (
`groups` LONGTEXT NULL DEFAULT '[]',
`last_location` LONGTEXT NULL DEFAULT '[]',
`clothing` LONGTEXT NULL DEFAULT '[]',
`inventory` LONGTEXT NULL DEFAULT '[]',
PRIMARY KEY (`character_id`) USING BTREE
);