CREATE TABLE IF NOT EXISTS `uniq-mechanicjob` ( `mechanic` longtext DEFAULT NULL, `data` longtext DEFAULT '{}', `money` bigint(20) DEFAULT 0 ) ENGINE=InnoDB DEFAULT CHARSET=latin1 COLLATE=latin1_swedish_ci;
Last updated 3 months ago