Agrega Productos y sus recetas
This commit is contained in:
@@ -133,6 +133,7 @@ create table productos (
|
||||
);
|
||||
|
||||
create table recetas (
|
||||
id uuid primary key default gen_random_uuid(),
|
||||
producto_id uuid references productos,
|
||||
ingrediente_id uuid references ingredientes,
|
||||
unidades numeric not null,
|
||||
|
||||
Reference in New Issue
Block a user