-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathtestallof.json
43 lines (43 loc) · 1.66 KB
/
testallof.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"model": "testallof",
"storageType": "sql",
"attributes": {
"relationshipTest_IDs": "[ String ]",
"description": {
"type": "String",
"description": "Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua."
},
"testAllOfDbId": {
"type": "String",
"description": ""
},
"normalSchemaDbId": {
"type": "String",
"description": "Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua."
},
"TestRelationship_ID": "String"
},
"associations": {
"relationshipTest": {
"type": "many_to_many",
"implementation": "foreignkeys",
"reverseAssociation": "relationshipManyToMany",
"target": "relationshiptest",
"targetKey": "relationshipManyToMany_IDs",
"sourceKey": "relationshipTest_IDs",
"keysIn": "testallof",
"targetStorageType": "sql"
},
"TestRelationship": {
"type": "one_to_one",
"implementation": "foreignkeys",
"reverseAssociation": "relationshipWithTypeAndReference",
"target": "relationshiptest",
"targetKey": "relationshipWithTypeAndReference_ID",
"sourceKey": "TestRelationship_ID",
"keysIn": "testallof",
"targetStorageType": "sql"
}
},
"internalId": "testAllOfDbId"
}