Agrega Productos y sus recetas
This commit is contained in:
2
database/modifications/00-recetas-id.sql
Normal file
2
database/modifications/00-recetas-id.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
alter table recetas drop constraint recetas_pkey;
|
||||
alter table recetas add column id uuid primary key default gen_random_uuid();
|
||||
Reference in New Issue
Block a user