github.com/pingcap/br@v5.3.0-alpha.0.20220125034240-ec59c7b6ce30+incompatible/tests/lightning_tool_241/data/qyjc.q_user_log-schema.sql (about) 1 CREATE TABLE `q_user_log` ( 2 `id` int(11) unsigned NOT NULL AUTO_INCREMENT, 3 `uid` int(11) unsigned NOT NULL DEFAULT '0', 4 `type` varchar(20) DEFAULT NULL, 5 `level` tinyint(1) DEFAULT NULL, 6 `code` varchar(20) DEFAULT NULL, 7 `string` varchar(255) DEFAULT NULL, 8 `message` varchar(255) DEFAULT NULL, 9 `create_time` timestamp NULL DEFAULT NULL, 10 `status` tinyint(1) DEFAULT NULL, 11 PRIMARY KEY (`id`) 12 ) ENGINE=InnoDB DEFAULT CHARSET=utf8;