(fix)(headless) Fix the error that occurs when inserting in multiple cases of drill-down dimensions (#1665)

This commit is contained in:
lexluo09
2024-09-13 11:47:28 +08:00
committed by GitHub
parent d89d6661a9
commit faae692dff
5 changed files with 8 additions and 5 deletions

View File

@@ -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 ,