ALTER TABLE vn.invoiceInTax ADD isDeductible TINYINT(1) DEFAULT FALSE NOT NULL; ALTER TABLE vn.invoiceIn CHANGE expenseFkDeductible expenseFkDeductible__ varchar(10) CHARACTER SET utf8mb3 COLLATE utf8mb3_general_ci DEFAULT NULL NULL COMMENT '@deprecated 2025-02-15'; ALTER TABLE vn.invoiceIn CHANGE isVatDeductible isVatDeductible__ tinyint(1) DEFAULT 1 NOT NULL COMMENT '@deprecated 2025-02-15';