transactionItem relationship
This commit is contained in:
@@ -1,19 +1,16 @@
|
||||
{
|
||||
"annotations": {
|
||||
"changelogDate": "20241113135446"
|
||||
"changelogDate": "20241113151058"
|
||||
},
|
||||
"fields": [
|
||||
{
|
||||
"fieldName": "amount",
|
||||
"fieldType": "BigDecimal"
|
||||
},
|
||||
{
|
||||
"fieldName": "date",
|
||||
"fieldType": "LocalDate"
|
||||
},
|
||||
{
|
||||
"fieldName": "comment",
|
||||
"fieldType": "String"
|
||||
"fieldType": "String",
|
||||
"fieldValidateRules": []
|
||||
}
|
||||
],
|
||||
"name": "TransactionItem",
|
||||
@@ -21,12 +18,12 @@
|
||||
"readOnly": false,
|
||||
"relationships": [
|
||||
{
|
||||
"otherEntityField": "name",
|
||||
"otherEntityField": "id",
|
||||
"otherEntityName": "userAccount",
|
||||
"otherEntityRelationshipName": "transactionItem",
|
||||
"relationshipName": "userAccount",
|
||||
"relationshipSide": "left",
|
||||
"relationshipType": "many-to-many"
|
||||
"relationshipType": "many-to-one"
|
||||
},
|
||||
{
|
||||
"otherEntityField": "id",
|
||||
@@ -34,7 +31,14 @@
|
||||
"otherEntityRelationshipName": "transactionItem",
|
||||
"relationshipName": "transaction",
|
||||
"relationshipSide": "left",
|
||||
"relationshipType": "one-to-many"
|
||||
"relationshipType": "many-to-one"
|
||||
},
|
||||
{
|
||||
"otherEntityField": "name",
|
||||
"otherEntityName": "event",
|
||||
"relationshipName": "event",
|
||||
"relationshipSide": "left",
|
||||
"relationshipType": "many-to-one"
|
||||
}
|
||||
],
|
||||
"searchEngine": "no",
|
||||
|
||||
Reference in New Issue
Block a user