mirror of
https://github.com/dataease/dataease.git
synced 2026-05-24 06:18:10 +08:00
feat: 堆叠图支持堆叠项
This commit is contained in:
@@ -64,7 +64,7 @@
|
||||
|
||||
<!--要生成的数据库表 -->
|
||||
|
||||
<!-- <table tableName="datasource"/>-->
|
||||
<table tableName="chart_view"/>
|
||||
<!-- <table tableName="sys_dict"/>-->
|
||||
<!-- <table tableName="sys_dict_item"/>-->
|
||||
<!-- <table tableName="dataset_table_field"/>-->
|
||||
@@ -74,9 +74,9 @@
|
||||
<!-- </table>-->
|
||||
<!-- <table tableName="v_dataset"/>-->
|
||||
<!-- <table tableName="sys_auth_detail"/>-->
|
||||
<table tableName="dataset_table_task">
|
||||
<columnOverride column="extra_data" javaType="java.lang.String" jdbcType="VARCHAR" />
|
||||
</table>
|
||||
<!-- <table tableName="dataset_table_task">-->
|
||||
<!-- <columnOverride column="extra_data" javaType="java.lang.String" jdbcType="VARCHAR" />-->
|
||||
<!-- </table>-->
|
||||
|
||||
|
||||
</context>
|
||||
|
||||
Reference in New Issue
Block a user