demo transaksi
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
-- Run once on the application database so order detail can show API traces.
|
||||
-- MySQL / MariaDB
|
||||
|
||||
ALTER TABLE `transaksi`
|
||||
ADD COLUMN `api_log_pelanggan_request` MEDIUMTEXT NULL COMMENT 'Raw pelanggan app JSON body on order create',
|
||||
ADD COLUMN `api_log_pelanggan_response` MEDIUMTEXT NULL COMMENT 'JSON response body returned to pelanggan',
|
||||
ADD COLUMN `api_log_backend_to_driver` MEDIUMTEXT NULL COMMENT 'Backend snapshot: candidate drivers JSON',
|
||||
ADD COLUMN `api_log_driver_request` MEDIUMTEXT NULL COMMENT 'Driver accept: raw request + backend response JSON lines';
|
||||
Reference in New Issue
Block a user