diff --git a/ND_Core/query.sql b/ND_Core/query.sql index 66e6ee5..b5079f8 100644 --- a/ND_Core/query.sql +++ b/ND_Core/query.sql @@ -13,6 +13,6 @@ CREATE TABLE `characters` ( `groups` LONGTEXT NULL DEFAULT '[]', `last_location` LONGTEXT NULL DEFAULT '[]', `clothing` LONGTEXT NULL DEFAULT '[]', - `inventory` LONGTEXT NULL DEFAULT '[]', + `inventory` LONGTEXT NULL DEFAULT '[]', PRIMARY KEY (`character_id`) USING BTREE );