add Customer status Active Banned Disabled

This commit is contained in:
Ibnu Maksum
2024-05-17 09:16:57 +07:00
parent a9761dda28
commit 04fda479b7
2 changed files with 5 additions and 1 deletions

View File

@ -93,5 +93,8 @@
],
"2024.4.5" : [
"ALTER TABLE `tbl_payment_gateway` ADD `trx_invoice` VARCHAR(25) NOT NULL DEFAULT '' COMMENT 'from tbl_transactions' AFTER `paid_date`;"
],
"2024.5.17" : [
"ALTER TABLE `tbl_customers` ADD `status` ENUM('Active','Banned','Disabled') NOT NULL DEFAULT 'Active' AFTER `auto_renewal`;"
]
}