Initial commit
This commit is contained in:
40
application/Espo/Resources/metadata/entityDefs/UniqueId.json
Normal file
40
application/Espo/Resources/metadata/entityDefs/UniqueId.json
Normal file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"fields": {
|
||||
"name": {
|
||||
"type": "varchar",
|
||||
"required": true,
|
||||
"index": true
|
||||
},
|
||||
"data": {
|
||||
"type": "jsonObject"
|
||||
},
|
||||
"createdAt": {
|
||||
"type": "datetime",
|
||||
"readOnly": true
|
||||
},
|
||||
"createdBy": {
|
||||
"type": "link",
|
||||
"readOnly": true
|
||||
},
|
||||
"terminateAt": {
|
||||
"type": "datetime"
|
||||
},
|
||||
"target": {
|
||||
"type": "linkParent"
|
||||
}
|
||||
},
|
||||
"links": {
|
||||
"createdBy": {
|
||||
"type": "belongsTo",
|
||||
"entity": "User"
|
||||
},
|
||||
"target": {
|
||||
"type": "belongsToParent"
|
||||
}
|
||||
},
|
||||
"collection": {
|
||||
"orderBy": "createdAt",
|
||||
"order": "desc"
|
||||
},
|
||||
"hooksDisabled": true
|
||||
}
|
||||
Reference in New Issue
Block a user