add tagTest and pot TagCustomMapper.xml (#833)

This commit is contained in:
daikon
2024-03-19 23:08:50 +08:00
committed by GitHub
parent 5929c2aa90
commit 7a4c19f5b6
7 changed files with 150 additions and 21 deletions

View File

@@ -579,7 +579,6 @@ CREATE TABLE IF NOT EXISTS `s2_data_set` (
CREATE TABLE IF NOT EXISTS `s2_tag` (
`id` INT NOT NULL AUTO_INCREMENT,
`item_id` INT NOT NULL ,
`tag_define_type` varchar(20) NOT NULL , --DIMENSION,METRIC
`type` varchar(50) NOT NULL , -- ATOMIC, DERIVED
`created_at` TIMESTAMP NOT NULL ,
`created_by` varchar(100) NOT NULL ,