[root@localhost ~]# cat /usr/local/nebula-dashboard-ent/logs/webserver.log
{"@timestamp":"2023-02-21T22:12:44.854-05:00","caller":"license/license.go:37","content":"license validation warning Your license will expire soon. The service cannot be used after the expiration date. expired date is '2023-03-22T15:59:59.000Z', please contact our support team via inquiry@vesoft.com to buy a new license or renewal your license","level":"info"}
{"@timestamp":"2023-02-21T22:12:44.861-05:00","caller":"db/db.go:63","content":"database connect success","level":"info"}
{"@timestamp":"2023-02-21T22:12:44.861-05:00","caller":"model/model.go:84","content":"auto migrate db tables...","level":"info"}
2023/02/21 22:12:44 github.com/vesoft-inc/nebula-dashboard-ent/backend/api/dashboard/internal/model/model.go:86 Error 1064: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'JSON,PRIMARY KEY (`id`),INDEX `idx_operation_records_deleted_at` (`deleted_at`))' at line 1
[0.154ms] [rows:0] CREATE TABLE `operation_records` (`id` bigint AUTO_INCREMENT,`created_at` datetime,`updated_at` datetime,`deleted_at` datetime,`cluster_name` varchar(128) NOT NULL,`cluster_id` varchar(128) NOT NULL,`username` varchar(128) NOT NULL,`operation` varchar(128) NOT NULL,`info` JSON,PRIMARY KEY (`id`),INDEX `idx_operation_records_deleted_at` (`deleted_at`))
2023/02/21 22:12:44 init database tables failed Error 1064: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near 'JSON,PRIMARY KEY (`id`),INDEX `idx_operation_records_deleted_at` (`deleted_at`))' at line 1