init
This commit is contained in:
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"annotations": {
|
||||
"changelogDate": "20241105091002"
|
||||
},
|
||||
"applications": "*",
|
||||
"fields": [
|
||||
{
|
||||
"fieldName": "name",
|
||||
"fieldType": "String",
|
||||
"fieldValidateRules": ["required"]
|
||||
},
|
||||
{
|
||||
"fieldName": "date",
|
||||
"fieldType": "LocalDate",
|
||||
"fieldValidateRules": ["required"]
|
||||
},
|
||||
{
|
||||
"fieldName": "playersLimit",
|
||||
"fieldType": "Integer"
|
||||
},
|
||||
{
|
||||
"fieldName": "cost",
|
||||
"fieldType": "BigDecimal"
|
||||
},
|
||||
{
|
||||
"fieldName": "comment",
|
||||
"fieldType": "TextBlob"
|
||||
}
|
||||
],
|
||||
"name": "Event",
|
||||
"relationships": [
|
||||
{
|
||||
"otherEntityName": "registration",
|
||||
"otherEntityRelationshipName": "event",
|
||||
"relationshipName": "registrations",
|
||||
"relationshipSide": "left",
|
||||
"relationshipType": "one-to-many"
|
||||
}
|
||||
],
|
||||
"searchEngine": "no",
|
||||
"service": "serviceClass"
|
||||
}
|
||||
Reference in New Issue
Block a user