fix registration, login and billing

This commit is contained in:
Dennis Eichhorn 2023-03-26 22:54:09 +00:00
parent e5c90f2de9
commit 87664f25a2

View File

@ -11,8 +11,9 @@
},
"tax_code_abbr": {
"name": "tax_code_abbr",
"type": "VARCHAR(255)",
"null": false
"type": "VARCHAR(10)",
"null": false,
"unique": true
},
"tax_code_invoice": {
"name": "tax_code_invoice",