currency db type string
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
"fields": {
|
||||
"id": {
|
||||
"type": "id",
|
||||
"maxLength": 3
|
||||
"maxLength": 3,
|
||||
"dbType": "string"
|
||||
},
|
||||
"rate": {
|
||||
"type": "float"
|
||||
|
||||
Reference in New Issue
Block a user