7 lines
160 B
MySQL
7 lines
160 B
MySQL
|
-- Place your SQL code here
|
||
|
ALTER TABLE `postgresql`.`bank_account`
|
||
|
RENAME TO `postgresql`.`bank_account__` ;
|
||
|
|
||
|
ALTER TABLE `vn`.`client`
|
||
|
DROP COLUMN `cc__`;
|