2 lines
96 B
SQL
2 lines
96 B
SQL
ALTER TABLE `bgpPeers_cbgp` CHANGE `bgpPeerIndex` `bgpPeerIndex` VARCHAR(64) NULL DEFAULT NULL;
|