CREATE TABLE api.vods_s3_file_join (
id uuid PRIMARY KEY DEFAULT gen_random_uuid(),
vod_id uuid,
s3_file_id uuid
);