(improvement)(Headless)Querying dimension values and dataSet interface with tag support. (#832)

This commit is contained in:
lexluo09
2024-03-19 22:05:14 +08:00
committed by GitHub
parent bd95552854
commit 5929c2aa90
20 changed files with 106 additions and 101 deletions

View File

@@ -258,6 +258,7 @@ CREATE TABLE IF NOT EXISTS s2_tag(
`id` INT NOT NULL AUTO_INCREMENT,
`item_id` INT NOT NULL ,
`type` varchar(255) NOT NULL ,
`tag_define_type` varchar(20) NOT NULL , --DIMENSION,METRIC
`created_at` TIMESTAMP NOT NULL ,
`created_by` varchar(100) NOT NULL ,
`updated_at` TIMESTAMP DEFAULT NULL ,