mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-09-01 18:58:54 +00:00
Update esx_vehicleshop.sql
int & TINYINT - Integer display width is deprecated and will be removed in a future release.
This commit is contained in:
+1
-1
@@ -83,7 +83,7 @@ INSERT INTO `vehicle_categories` (name, label) VALUES
|
||||
CREATE TABLE `vehicles` (
|
||||
`name` varchar(60) NOT NULL,
|
||||
`model` varchar(60) NOT NULL,
|
||||
`price` int(11) NOT NULL,
|
||||
`price` int NOT NULL,
|
||||
`category` varchar(60) DEFAULT NULL,
|
||||
|
||||
PRIMARY KEY (`model`)
|
||||
|
||||
Reference in New Issue
Block a user