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