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