fix type bug

This commit is contained in:
Dennis Eichhorn 2020-02-03 18:40:40 +01:00
parent 083ff79109
commit ae72dad5a4

View File

@ -53,7 +53,7 @@
},
"currency_number": {
"name": "currency_number",
"type": "SMALLINT(4)",
"type": "VARCHAR(3)",
"null": false
},
"currency_symbol": {
@ -68,7 +68,7 @@
},
"currency_decimals": {
"name": "currency_decimals",
"type": "TINYINT(3)",
"type": "VARCHAR(10)",
"null": false
},
"currency_subunits": {