mirror of
https://github.com/esx-framework/esx_core.git
synced 2026-08-28 17:01:14 +00:00
update for esx_garage
This commit is contained in:
+2
-16
@@ -360,7 +360,8 @@ CREATE TABLE `owned_vehicles` (
|
||||
`type` varchar(20) NOT NULL DEFAULT 'car',
|
||||
`job` varchar(20) DEFAULT NULL,
|
||||
`stored` tinyint(4) NOT NULL DEFAULT 0,
|
||||
`parking` VARCHAR(60) DEFAULT NULL
|
||||
`parking` VARCHAR(60) DEFAULT NULL,
|
||||
`pound` VARCHAR(60) DEFAULT NULL
|
||||
) ENGINE=InnoDB;
|
||||
|
||||
|
||||
@@ -533,21 +534,6 @@ CREATE TABLE `user_licenses` (
|
||||
`owner` varchar(60) NOT NULL
|
||||
) ENGINE=InnoDB;
|
||||
|
||||
-- --------------------------------------------------------
|
||||
|
||||
--
|
||||
-- Table structure for table `user_parkings`
|
||||
--
|
||||
|
||||
CREATE TABLE `user_parkings` (
|
||||
`id` int(11) NOT NULL,
|
||||
`identifier` varchar(60) NOT NULL,
|
||||
`garage` varchar(60) DEFAULT NULL,
|
||||
`zone` int(11) NOT NULL,
|
||||
`vehicle` longtext DEFAULT NULL
|
||||
) ENGINE=InnoDB;
|
||||
|
||||
-- --------------------------------------------------------
|
||||
|
||||
--
|
||||
-- Table structure for table `vehicles`
|
||||
|
||||
Reference in New Issue
Block a user