CREATE TABLE `accounts_honeyland_hant` (
`id` INT(10) NOT NULL AUTO_INCREMENT,
`stat_us` ENUM('ready','work','auth','rega','eggs','upgrade','stop') NOT NULL DEFAULT 'ready' COLLATE 'utf8mb4_general_ci',
`timestamp` BIGINT(19) NULL DEFAULT '1',
`timestamp_24` BIGINT(19) NULL...