/* MySQL Data Transfer Source Host: localhost Source Database: sak_iot2_smart_fram Target Host: localhost Target Database: sak_iot2_smart_fram Date: 2025-07-21 7:10:48 */ SET FOREIGN_KEY_CHECKS=0; -- ---------------------------- -- Table structure for test2 -- ---------------------------- DROP TABLE IF EXISTS `test2`; CREATE TABLE `test2` ( `id` int(11) NOT NULL auto_increment, `code` varchar(10) collate utf8_unicode_ci NOT NULL, `d1` varchar(50) collate utf8_unicode_ci NOT NULL, `d2` varchar(20) collate utf8_unicode_ci NOT NULL, `d3` varchar(20) collate utf8_unicode_ci NOT NULL, `d4` varchar(20) collate utf8_unicode_ci NOT NULL, `d5` varchar(20) collate utf8_unicode_ci NOT NULL, `d6` varchar(20) collate utf8_unicode_ci NOT NULL, `d7` varchar(20) collate utf8_unicode_ci NOT NULL default ' ', PRIMARY KEY (`id`) ) ENGINE=MyISAM AUTO_INCREMENT=95820 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -- ---------------------------- -- Records -- ---------------------------- INSERT INTO `test2` VALUES ('95812', '', '', '', '', '', '', '2025-04-19', '10:26:06'); INSERT INTO `test2` VALUES ('95813', '', '', '', '', '', '', '2025-04-19', '10:29:13'); INSERT INTO `test2` VALUES ('95814', '', '', '', '', '', '', '2025-04-19', '10:29:14'); INSERT INTO `test2` VALUES ('95815', '', '25.30', '60.70', '', '', '', '2025-04-19', '10:31:34'); INSERT INTO `test2` VALUES ('95816', '', '25.30', '60.70', '', '', '', '2025-04-19', '10:31:44'); INSERT INTO `test2` VALUES ('95817', '', '25.30', '60.70', '', '', '', '2025-04-19', '10:31:54'); INSERT INTO `test2` VALUES ('95818', '', '25.30', '60.70', '', '', '', '2025-04-19', '10:32:04'); INSERT INTO `test2` VALUES ('95819', '', '25.30', '60.70', '', '', '', '2025-04-19', '10:32:14');