ALTER TABLE IF EXISTS api.streams
ADD COLUMN updated_at timestamp(6) without time zone;
ADD COLUMN status TEXT NOT NULL;