2 lines
99 B
MySQL
2 lines
99 B
MySQL
|
ALTER TABLE `vn2008`.`agency`
|
||
|
ADD COLUMN `code` VARCHAR(45) NULL DEFAULT NULL AFTER `zone_label`;
|