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/Currency.json
T
2023-02-21 17:18:24 +02:00

14 lines
226 B
JSON

{
"fields": {
"id": {
"type": "id",
"maxLength": 3,
"dbType": "string"
},
"rate": {
"type": "float"
}
},
"noDeletedAttribute": true
}