This repository has been archived on 2026-07-19. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
espocrm-base/application/Espo/Resources/metadata/entityDefs/PasswordChangeRequest.json
T
2019-09-16 15:47:06 +03:00

28 lines
519 B
JSON

{
"fields": {
"requestId": {
"type": "varchar",
"maxLength": 64,
"index": true
},
"user": {
"type": "link",
"readOnly": true,
"index": true
},
"url": {
"type": "url"
},
"createdAt": {
"type": "datetime",
"readOnly": true
}
},
"links": {
"user": {
"type": "belongsTo",
"entity": "User"
}
}
}