add: Pop 队列. 以mysql 表的标志做一个队列.

This commit is contained in:
eson
2020-07-08 15:02:55 +08:00
parent 0b5425088f
commit 5cbb17d6d4
8 changed files with 303 additions and 188 deletions

View File

@@ -17,7 +17,6 @@ CREATE TABLE IF NOT EXISTS `anchor_info` (
KEY `channel_idx` (`channel`),
KEY `show_type_idx` (`show_type`),
KEY `update_time_idx` (`update_time`)
);
CREATE TABLE IF NOT EXISTS `show_log` (