alter table recetas drop constraint recetas_pkey; alter table recetas add column id uuid primary key default gen_random_uuid();