2 lines
96 B
SQL
2 lines
96 B
SQL
ALTER TABLE `bgpPeers` ADD `peer_device_id` INT UNSIGNED NULL DEFAULT NULL AFTER `reverse_dns`;
|