mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-13 13:07:32 +00:00
(fix)(headless) Fix the error that occurs when inserting in multiple cases of drill-down dimensions (#1665)
This commit is contained in:
@@ -345,7 +345,7 @@ CREATE TABLE IF NOT EXISTS `s2_model` (
|
||||
`updated_by` varchar(100) COLLATE utf8_unicode_ci DEFAULT NULL,
|
||||
`updated_at` datetime DEFAULT NULL,
|
||||
`entity` text COLLATE utf8_unicode_ci,
|
||||
`drill_down_dimensions` varchar(500) DEFAULT NULL,
|
||||
`drill_down_dimensions` TEXT DEFAULT NULL,
|
||||
`database_id` INT NOT NULL ,
|
||||
`model_detail` text NOT NULL ,
|
||||
`source_type` varchar(128) DEFAULT NULL ,
|
||||
|
||||
Reference in New Issue
Block a user