Files
sasiedzi/.jhipster/Event.json
T
2024-11-05 10:11:11 +01:00

43 lines
865 B
JSON

{
"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"
}