mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-01 22:02:08 +00:00
Update esx_addoninventory.sql
This commit is contained in:
@@ -13,7 +13,7 @@ CREATE TABLE `addon_inventory_items` (
|
||||
`inventory_name` VARCHAR(100) NOT NULL,
|
||||
`name` VARCHAR(100) NOT NULL,
|
||||
`count` INT(11) NOT NULL,
|
||||
`owner` VARCHAR(60) DEFAULT NULL,
|
||||
`owner` VARCHAR(40) DEFAULT NULL,
|
||||
|
||||
PRIMARY KEY (`id`),
|
||||
INDEX `index_addon_inventory_items_inventory_name_name` (`inventory_name`, `name`),
|
||||
|
||||
Reference in New Issue
Block a user