mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-11 12:07:42 +00:00
(fix)(headless) Fix the error that occurs when inserting in multiple cases of drill-down dimensions (#1665)
This commit is contained in:
@@ -17,7 +17,7 @@ CREATE TABLE IF NOT EXISTS `s2_model` (
|
||||
`viewer` varchar(3000) DEFAULT NULL , -- domain available users
|
||||
`view_org` varchar(3000) DEFAULT NULL , -- domain available organization
|
||||
`entity` varchar(500) DEFAULT NULL , -- domain entity info
|
||||
`drill_down_dimensions` varchar(500) DEFAULT NULL , -- drill down dimensions info
|
||||
`drill_down_dimensions` TEXT DEFAULT NULL , -- drill down dimensions info
|
||||
PRIMARY KEY (`id`)
|
||||
);
|
||||
COMMENT ON TABLE s2_model IS 'model information';
|
||||
|
||||
Reference in New Issue
Block a user