El arrendar esta caaaaasi done <3
This commit is contained in:
@@ -295,7 +295,7 @@ create table arriendo
|
||||
fecha_arriendo date not null,
|
||||
fecha_devolucion_estimada date not null,
|
||||
fecha_devolucion_real date,
|
||||
multa int,
|
||||
multa_diaria int,
|
||||
inserted_at timestamp default CURRENT_TIMESTAMP,
|
||||
foreign key (trabajador_id) references trabajador (id) on delete restrict on update cascade,
|
||||
foreign key (cliente_id) references cliente (id) on delete restrict on update cascade
|
||||
|
||||
Reference in New Issue
Block a user