mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-30 09:48:52 +00:00
Fixed sql file inproper weight type
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@ ALTER TABLE `users`
|
||||
CREATE TABLE `items` (
|
||||
`name` VARCHAR(50) NOT NULL,
|
||||
`label` VARCHAR(50) NOT NULL,
|
||||
`weight` TINYINT(1) NOT NULL DEFAULT 1,
|
||||
`weight` INT(11) NOT NULL DEFAULT 1,
|
||||
`rare` TINYINT(1) NOT NULL DEFAULT 0,
|
||||
`can_remove` TINYINT(1) NOT NULL DEFAULT 1,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user