arrelgar atributos faltantes

This commit is contained in:
Chris Cromer 2020-06-19 11:10:46 -04:00
parent b88ee44c0e
commit bcf5ada323
Signed by: cromer
GPG Key ID: 39CC813FF3C8708A
1 changed files with 2 additions and 1 deletions

View File

@ -103,7 +103,8 @@ CREATE TABLE hospedar(
id_delegacion NUMBER,
fecha_inicio DATE,
fecha_fin DATE,
precio NUMBER,
precio_delegacion NUMBER,
precio_atleta NUMBER,
CONSTRAINT hospedar_hotel_fk FOREIGN KEY (id_hotel) REFERENCES hotel(id_hotel),
CONSTRAINT hospedar_delegacion_fk FOREIGN KEY (id_delegacion) REFERENCES delegacion(id_delegacion)
);