Commit 8265bef 1 parent a72037a commit 8265bef Copy full SHA for 8265bef
File tree 2 files changed +28
-19
lines changed
2 files changed +28
-19
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " SQLServer" ,
3
- "version" : " 0.1.9 " ,
4
- "versionDate" : " 2020-06-27 " ,
3
+ "version" : " 0.1.10 " ,
4
+ "versionDate" : " 2020-07-08 " ,
5
5
"author" : " hackolade" ,
6
6
"engines" : {
7
7
"hackolade" : " 4.0.0" ,
Original file line number Diff line number Diff line change 2
2
"name" : " table" ,
3
3
"erdAbbreviation" : " <tbl>" ,
4
4
"dtdAbbreviation" : " {tbl}" ,
5
- "parentType" : " string" ,
6
- "useSample" : true ,
7
- "hiddenOnEntity" : " view" ,
5
+ "parentType" : " document" ,
6
+ "structureType" : true ,
8
7
"defaultValues" : {
9
- "primaryKey" : false ,
10
- "relationshipType" : " " ,
11
- "parentRelationship" : " " ,
12
- "childRelationships" : [],
13
- "foreignCollection" : " " ,
14
- "foreignField" : [],
15
- "default" : " " ,
16
- "minLength" : " " ,
17
- "maxLength" : " " ,
18
- "pattern" : " " ,
19
- "enum" : [],
20
- "sample" :" " ,
21
- "comments" :" "
22
- }
8
+ "subtype" : " object" ,
9
+ "properties" : []
10
+ },
11
+ "subtypes" : {
12
+ "object" : {
13
+ "childValueType" : [
14
+ " char" ,
15
+ " numeric" ,
16
+ " binary" ,
17
+ " datetime" ,
18
+ " geography" ,
19
+ " geometry" ,
20
+ " hierarchyid" ,
21
+ " sql_variant" ,
22
+ " uniqueidentifier" ,
23
+ " xml" ,
24
+ " rowversion" ,
25
+ " table" ,
26
+ " reference" ,
27
+ " multiple"
28
+ ]
29
+ }
30
+ },
31
+ "hiddenOnEntity" : " view"
23
32
}
You can’t perform that action at this time.
0 commit comments