Commit 9c88a50c by zhaochengxiang

模型自动建表增加Hive

parent 3601754d
......@@ -203,6 +203,8 @@ class ExportDDLModal extends React.Component {
dbType = 'PGTarget';
} else if (selectDDLGeneratorName === 'MySQL') {
dbType = 'MysqlTarget';
} else if (selectDDLGeneratorName === 'Hive') {
dbType = 'Apache Hive';
}
this.setState({ confirmLoading: true }, () => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment