ALTER TABLE documentUploads ADD COLUMN batch_id uuid; CREATE INDEX idx_documentuploads_batch_id ON documentUploads(batch_id);