diff --git a/application/Espo/Resources/metadata/entityDefs/Currency.json b/application/Espo/Resources/metadata/entityDefs/Currency.json index c09d8351b4..e2dfcac868 100644 --- a/application/Espo/Resources/metadata/entityDefs/Currency.json +++ b/application/Espo/Resources/metadata/entityDefs/Currency.json @@ -2,7 +2,8 @@ "fields": { "id": { "type": "id", - "maxLength": 3 + "maxLength": 3, + "dbType": "string" }, "rate": { "type": "float"