diff --git a/Admin/Install/db.json b/Admin/Install/db.json index 1a2754d..fe7cef1 100755 --- a/Admin/Install/db.json +++ b/Admin/Install/db.json @@ -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",