no message
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
CREATE TABLE IF NOT EXISTS `la_ai_kb_document` (
|
||||
`id` bigint unsigned NOT NULL AUTO_INCREMENT,
|
||||
`domain` varchar(32) NOT NULL DEFAULT '' COMMENT 'article/post/lottery',
|
||||
`subtype` varchar(32) NOT NULL DEFAULT '' COMMENT 'article/post/draw_result/ai_history',
|
||||
`domain` varchar(32) NOT NULL DEFAULT '' COMMENT 'article/post/lottery/match',
|
||||
`subtype` varchar(32) NOT NULL DEFAULT '' COMMENT 'article/post/draw_result/ai_history/event',
|
||||
`source_id` bigint unsigned NOT NULL DEFAULT 0,
|
||||
`title` varchar(255) NOT NULL DEFAULT '',
|
||||
`summary` text NULL,
|
||||
|
||||
Reference in New Issue
Block a user