Home
laboratorio
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
pacientes
id
increments
tercero_id
FK
integer
id_rh
FK
integer
id_escolaridad
FK
integer
id_ocupacion
FK
integer
id_pertenencia
FK
integer
id_administradora
FK
integer
id_contrato
FK
integer
id_tipo_usuario
FK
integer
id_pais_procedencia
FK
integer
id_departamento_procedencia
FK
integer
id_municipio_procedencia
FK
integer
id_departamento_residencia
FK
integer
id_municipio_residencia
FK
integer
timestamps
timestamps
tipos_identificacion
id
increments
nombre
string
(20)
timestamps
timestamps
softDeletes
softDeletes
tipos_rh
id
increments
nombre
string
(20)
timestamps
timestamps
escolaridades
id
increments
nombre
string
(20)
timestamps
timestamps
ocupaciones
id
increments
codigo
smallInteger
nombre
string
(30)
timestamps
timestamps
pertenencias_etnicas
id
increments
nombre
string
(20)
timestamps
timestamps
paises
id
increments
codigo
smallInteger
nombre
string
(20)
timestamps
timestamps
departamentos
id
increments
codigo
smallInteger
id_pais
FK
integer
nombre
string
(20)
timestamps
timestamps
municipios
id
increments
id_departamento
FK
integer
nombre
string
(20)
timestamps
timestamps
modulos
id
increments
nombre
string
(100)
descriptcion
string
timestamps
timestamps
softDeletes
softDeletes
items
id
increments
nombre
string
(100)
description
string
timestamps
timestamps
softDeletes
softDeletes
modulos_items
id
increments
modulo_id
string
item_id
string
timestamps
timestamps
softDeletes
softDeletes
roles
id
increments
nombre
string
timestamps
timestamps
softDeletes
softDeletes
users
id
increments
tercero_id
FK
integer
email
string
password
string
timestamps
timestamps
softDeletes
softDeletes
Permisos
id
increments
rol_id
FK
integer
modulo_item_id
FK
integer
timestamps
timestamps
softDeletes
softDeletes
terceros
id
increments
tipo_identificacion_id
FK
integer
numero_identificacion
string
nombre_completo
string
primer_nombre
string
segundo_nombre
string
primer_apellido
string
segundo_apellido
string
persona
enum
genero
FK
integer
fecha_nacimiento
datetime
email
string
celular
string
telefono
string
timestamps
timestamps
softDeletes
softDeletes
genero
id
increments
nombre
string
timestamps
timestamps
softDeletes
softDeletes
roles_usuarios
id
increments
user_id
FK
integer
rol_id
FK
integer
timestamps
timestamps
softDeletes
softDeletes
grupos_items
id
increments
timestamps
timestamps
softDeletes
softDeletes
sedes
id
increments
codigo
string
principal
integer
timestamps
timestamps
softDeletes
softDeletes
sedes_configuracion
id
increments
sede_id
FK
integer
vigencia
char
(4)
timestamps
timestamps
softDeletes
softDeletes
productos
id
increments
timestamps
timestamps
softDeletes
softDeletes
servicios
id
increments
timestamps
timestamps
softDeletes
softDeletes
liquidaciones
id
increments
sede_id
FK
integer
documento_id
FK
integer
paciente_id
FK
integer
valor
decimal
(20,2)
timestamps
timestamps
softDeletes
softDeletes
liquidaciones_productos
id
increments
liquidacion_id
FK
integer
producto_id
FK
integer
cantidad
integer
valor
decimal
(20,2)
timestamps
timestamps
liquidaciones_servicios
id
increments
liquidacion_id
FK
integer
servicio_id
FK
integer
cantidad
integer
valor
decimal
(20,2)
timestamps
timestamps
tipos_documento
id
increments
timestamps
timestamps
softDeletes
softDeletes
documentos
id
increments
tipo_documento_id
FK
integer
timestamps
timestamps
softDeletes
softDeletes
comprobantes
id
increments
sede_id
FK
integer
documento_id
FK
integer
tercero_id
FK
integer
valor
decimal
(20,2)
timestamps
timestamps
softDeletes
softDeletes
tipos_regimen
id
increments
timestamps
timestamps
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01