add new field trx_invoice to tbl_payment_gateway, to know which transaction is for

This commit is contained in:
Ibnu Maksum
2024-04-05 10:42:30 +07:00
parent 2e3e5d2b84
commit 766ba59734
5 changed files with 24 additions and 10 deletions

View File

@ -90,5 +90,8 @@
],
"2023.3.20": [
"ALTER TABLE `tbl_customers` CHANGE `pppoe_password` `pppoe_password` VARCHAR(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NOT NULL DEFAULT '' COMMENT 'For PPPOE Login';"
],
"2024.4.5" : [
"ALTER TABLE `tbl_payment_gateway` ADD `trx_invoice` VARCHAR(25) NOT NULL DEFAULT '' COMMENT 'from tbl_transactions' AFTER `paid_date`;"
]
}