ALTER TABLE api.segments DROP COLUMN vod_id; ALTER TABLE api.segments ADD COLUMN vod_id UUID REFERENCES api.vods(id);