mirror of
https://github.com/Karaka-Management/oms-Admin.git
synced 2026-02-15 20:18:40 +00:00
fix type bug
This commit is contained in:
parent
083ff79109
commit
ae72dad5a4
|
|
@ -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": {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user