mirror of
https://github.com/ND-Framework/ND_Core.git
synced 2026-08-17 13:56:02 +01:00
Update query.sql
This commit is contained in:
@@ -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
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user