1BEGIN;
2
3ALTER TABLE device_port_properties ADD COLUMN "faststart" bool DEFAULT false;
4
5COMMIT;
6