currency db type string

This commit is contained in:
Yuri Kuznetsov
2023-02-21 17:18:24 +02:00
parent 60eb9008f7
commit 8ccda3fd2d
@@ -2,7 +2,8 @@
"fields": {
"id": {
"type": "id",
"maxLength": 3
"maxLength": 3,
"dbType": "string"
},
"rate": {
"type": "float"