┌──────────────────────┐ │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 IdEmpleado │ │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 │ └───────────────┘ └──────────────────────┘ ┌───────────────────────┐ │Empleados │ ┌──────────────────────┐ ┌────────────────┐ ├───────────────────────┤ │Clientes │ │Playas │ │Integer IdEmpleado │ ├──────────────────────┤ ├────────────────┤ │SmallInt IdTipoEmpleado│ │Integer IdCliente │ │Integer IdPlaya │ │String Nombre │ │String Nombre │ │String Ubigeo │ │String ApellidoPaterno │ │smallInt TipoDocumento│ │String Nombre │ │String ApellidoMaterno │ │String Documento │ │String Direccion│ │SmallInt TipoDocumento │ │Smallint Estado │ └────────────────┘ │String Documento │ └──────────────────────┘ └───────────────────────┘ ┌─────────────────────┐ │Autos │ ├─────────────────────┤ │Integer IdAuto │ │Integer IdCliente │ │String Marca │ │String Modelo │ │SmallInt AñoModelo │ │DateTime FechaIngreso│ │String Observacion │ └─────────────────────┘