El arrendar esta caaaaasi done <3

This commit is contained in:
Daniel Cortés
2019-07-05 12:46:56 -04:00
parent a65c776372
commit 1fd62570c8
14 changed files with 1357 additions and 7 deletions

View File

@@ -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