We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06190a4 commit a573bfaCopy full SHA for a573bfa
package.json
@@ -14,7 +14,8 @@
14
},
15
"features": {
16
"nestedCollections": false,
17
- "enableForwardEngineering": true
+ "enableForwardEngineering": true,
18
+ "disableMultipleNonScalarTypes": false
19
}
20
21
"description": "Hackolade plugin for Azure Cosmos DB with SQL API",
types/object.json
@@ -3,6 +3,7 @@
3
"erdAbbreviation": "<obj>",
4
"dtdAbbreviation": "{...}",
5
"parentType": "document",
6
+ "default": true,
7
"defaultValues": {
8
"type": "document",
9
"childType": "object",
0 commit comments