add 3 fields to clickforex table


/ Published in: Other
Save to your folder(s)



Copy this code and paste it in your HTML
  1. /* 12:56:59 root@localhost */ ALTER TABLE `clickforex_revenues` ADD `WITHDRAW_REQS` varchar(50) NULL DEFAULT NULL AFTER `ABC`;
  2. /* 12:58:22 root@localhost */ ALTER TABLE `clickforex_revenues` ADD `TOTAL_BOP_STAKES` double NULL DEFAULT NULL AFTER `WITHDRAW_REQS`;
  3. /* 12:59:03 root@localhost */ ALTER TABLE `clickforex_revenues` ADD `BOP_PL_PBC` double NULL DEFAULT NULL AFTER `TOTAL_BOP_STAKES`;
  4.  

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.