mirror of
https://github.com/ND-Framework/ND_Core.git
synced 2026-08-17 05:56:01 +01:00
feat: added inventory to db
This commit is contained in:
@@ -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
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user