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/SystemData.json
T
Yuri Kuznetsov 6ea6102ae6 system data
2023-08-09 10:12:26 +03:00

13 lines
217 B
JSON

{
"fields": {
"id": {
"type": "id",
"dbType": "string",
"maxLength": 1
},
"lastPasswordRecoveryDate": {
"type": "datetime"
}
}
}