mirror of
https://github.com/tencentmusic/supersonic.git
synced 2025-12-13 04:57:28 +00:00
(improvement)(Headless) Put term into dict and let it can be mapped by mapper (#1002)
This commit is contained in:
@@ -296,10 +296,12 @@ update s2_metric set is_publish = 1;
|
||||
alter table s2_dimension add column `ext` varchar(1000) DEFAULT NULL;
|
||||
|
||||
--20240510
|
||||
CREATE TABLE IF NOT EXISTS `s2_term_set` (
|
||||
CREATE TABLE IF NOT EXISTS `s2_term` (
|
||||
`id` bigint(20) NOT NULL AUTO_INCREMENT,
|
||||
`domain_id` bigint(20),
|
||||
`terms` varchar(1000),
|
||||
`name` varchar(255) NOT NULL ,
|
||||
`description` varchar(500) DEFAULT NULL ,
|
||||
`alias` varchar(1000) NOT NULL ,
|
||||
`created_at` datetime NOT NULL ,
|
||||
`created_by` varchar(100) NOT NULL ,
|
||||
`updated_at` datetime DEFAULT NULL ,
|
||||
|
||||
Reference in New Issue
Block a user