┌──────────────────────┐ │CuentaPagos │ ├──────────────────────┤ │Integer IdCuentaPago │ │Integer IdPlazaUso │ │Integer IdUsuario │ │DateTime FechaRegistra│ │Numeric Monto │ │SmallInt Estado │ └──────────────────────┘ ┌──────────────────────┐ │PlazasUso │ ├──────────────────────┤ │Integer IdPlazaUso │ │DateTime FechaRegistra│ │Integer IdPlaza │ │Integer IdUsuario │ │Integer IdCliente │ │Integer IdAuto │ │Datetime InicioOcupa │ │Datetime FinOcupa │ │SmallInt Estado │ └──────────────────────┘ ┌──────────────────────┐ │Usuarios │ ┌───────────────┐ ├──────────────────────┤ │Plazas │ │Integer IdUsuario │ ├───────────────┤ │Integer IdCliente │ │Integer IdPlaza│ │SmallInt IdTipoUsuario│ │Integer IdPlaya│ │String Usuario │ │String Zona │ │String Password │ │String Codigo │ │String NombreCompleto │ │SmallInt Estado│ │SmallInt Estado │ └───────────────┘ └──────────────────────┘ ┌──────────────────────┐ ┌────────────────┐ │Clientes │ │Playas │ ├──────────────────────┤ ├────────────────┤ │Integer IdCliente │ │Integer IdPlaya │ │String Nombre │ │String Ubigeo │ │smallInt TipoDocumento│ │String Nombre │ │String Documento │ │String Direccion│ │Smallint Estado │ └────────────────┘ └──────────────────────┘ ┌─────────────────────┐ │Autos │ ├─────────────────────┤ │Integer IdAuto │ │Integer IdCliente │ │String Marca │ │String Modelo │ │SmallInt AñoModelo │ │DateTime FechaIngreso│ │String Observacion │ └─────────────────────┘