You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
236 B

3 months ago
  1. use logdb
  2. alter table TBL_REMIT_INBOUND_APPLICATION_LOG
  3. add MethodName VARCHAR(100) NULL,
  4. ControlNo VARCHAR(50) NULL,
  5. PartnerId VARCHAR(50) NULL
  6. alter table TBL_REMIT_INBOUND_LOG
  7. add
  8. ControlNo VARCHAR(50) NULL