ataUsedCar

Youtube Preview

Execute the following SQL code in your database:

CREATE TABLE IF NOT EXISTS `ata_carmarket` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `ad_data` longtext DEFAULT NULL,
  `expired` int(11) NOT NULL,
  `created` int(11) NOT NULL,
  `vehicle_data` longtext DEFAULT NULL,
  `plate` varchar(12) NOT NULL,
  `owner` varchar(46) NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=49 DEFAULT CHARSET=utf8 COLLATE=utf8_general_ci;

Server artifacts

Make sure your server artifacts version is above the 5181.

Last updated