CREATE TABLE `sync_data` (
  `fpkey` int(11) DEFAULT '0',
  `id_jurnal` int(11) DEFAULT '0',
  `tipe_tabel` varchar(50) DEFAULT '',
  `is_sync` int(1) DEFAULT '0',
  `last_update` datetime DEFAULT NULL,
  `type_con` enum('resto','retail') default 'resto'
) ENGINE=InnoDB DEFAULT CHARSET=latin1;