ALTER TABLE IF EXISTS api.streams
ADD COLUMN IF NOT EXISTS uuid UUID
DEFAULT gen_random_uuid();
ALTER TABLE IF EXISTS api.vods