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": { "currency_number": {
"name": "currency_number", "name": "currency_number",
"type": "SMALLINT(4)", "type": "VARCHAR(3)",
"null": false "null": false
}, },
"currency_symbol": { "currency_symbol": {
@ -68,7 +68,7 @@
}, },
"currency_decimals": { "currency_decimals": {
"name": "currency_decimals", "name": "currency_decimals",
"type": "TINYINT(3)", "type": "VARCHAR(10)",
"null": false "null": false
}, },
"currency_subunits": { "currency_subunits": {