mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-28 17:01:14 +00:00
fix(garage) fixed new garage sql
This commit is contained in:
+3
-1
@@ -359,9 +359,11 @@ CREATE TABLE `owned_vehicles` (
|
||||
`vehicle` longtext DEFAULT NULL,
|
||||
`type` varchar(20) NOT NULL DEFAULT 'car',
|
||||
`job` varchar(20) DEFAULT NULL,
|
||||
`stored` tinyint(4) NOT NULL DEFAULT 0
|
||||
`stored` tinyint(4) NOT NULL DEFAULT 0,
|
||||
`parking` VARCHAR(60) DEFAULT NULL
|
||||
) ENGINE=InnoDB;
|
||||
|
||||
|
||||
-- --------------------------------------------------------
|
||||
|
||||
-- --------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user