45 lines
821 B
JSON
45 lines
821 B
JSON
{
|
|
"name": "TicketLog",
|
|
"base": "Log",
|
|
"options": {
|
|
"mysql": {
|
|
"table": "ticketLog"
|
|
}
|
|
},
|
|
"properties": {
|
|
"id": {
|
|
"type": "string"
|
|
},
|
|
"originFk": {
|
|
"type": "number"
|
|
},
|
|
"userFk": {
|
|
"type":"number"
|
|
},
|
|
"action": {
|
|
"type": "string"
|
|
},
|
|
"creationDate": {
|
|
"type": "date"
|
|
},
|
|
"description": {
|
|
"type": "string"
|
|
},
|
|
"changedModel": {
|
|
"type": "string"
|
|
},
|
|
"oldInstance": {
|
|
"type": "any"
|
|
},
|
|
"newInstance": {
|
|
"type": "any"
|
|
},
|
|
"changedModelId": {
|
|
"type": "string"
|
|
},
|
|
"changedModelValue": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
}
|