Initial commit
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"fields": {
|
||||
"actionId": {
|
||||
"type": "varchar",
|
||||
"maxLength": 100,
|
||||
"index": true
|
||||
},
|
||||
"entityType": {
|
||||
"type": "varchar"
|
||||
},
|
||||
"lastUserId": {
|
||||
"type": "varchar"
|
||||
}
|
||||
},
|
||||
"links": {
|
||||
"workflow": {
|
||||
"type": "belongsTo",
|
||||
"entity": "Workflow"
|
||||
},
|
||||
"flowchart": {
|
||||
"type": "belongsTo",
|
||||
"entity": "BpmnFlowchart"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user