Commit b06e3e24 by zhaochengxiang

类主键自动生成索引

parent 5c74d53e
......@@ -355,7 +355,7 @@ const ImportAction = (props) => {
},
"indexedAttributeOrders": [...autoEasyDataModelerIndexOrders],
"indexedEasyDataModelAttributes": [...newModelerData.easyDataModelerSemiPrimaryKey],
"unique": true
"unique": false
};
let newEasyDataModelerIndices = [];
......
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