--
-- 转存表中的数据 `owned_vehicles`
--
----------------------------------------
--
-- 表的结构 `ox_inventory`
--
CREATE TABLE `ox_inventory` (
`owner` varchar(46) DEFAULT NULL,
`name` varchar(100) NOT NULL,
`data` longtext DEFAULT NULL,
`lastupdated` timestamp NULL DEFAULT current_timestamp() ON UPDATE current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin
MySQL 返回:
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '----------------------------------------
--
-- 表的结构 `ox_inventory`
-...' at line 5
-- 转存表中的数据 `owned_vehicles`
--
----------------------------------------
--
-- 表的结构 `ox_inventory`
--
CREATE TABLE `ox_inventory` (
`owner` varchar(46) DEFAULT NULL,
`name` varchar(100) NOT NULL,
`data` longtext DEFAULT NULL,
`lastupdated` timestamp NULL DEFAULT current_timestamp() ON UPDATE current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_bin
MySQL 返回:
#1064 - You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '----------------------------------------
--
-- 表的结构 `ox_inventory`
-...' at line 5