diff --git a/esx_vehicleshop.sql b/esx_vehicleshop.sql index 5d23e69f..56bce343 100644 --- a/esx_vehicleshop.sql +++ b/esx_vehicleshop.sql @@ -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`)