Home
kngadvisors
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
paises
id
increments
nombre
string
(100)
timestamps
timestamps
asesores
id
increments
nombres
string
(100)
apellidos
string
(100)
email
string
(100)
password
string
(100)
celular
string
(50)
avatar
string
(255)
fecha_aprobacion
datetime
last_login
datetime
timestamps
timestamps
clientes
id
increments
nombres
string
(100)
apellidos
string
(100)
email
string
(100)
celular
string
(50)
telefono
string
(50)
fecha_nacimiento
datetime
id_pais
FK
integer
nombres_apellidos_conyuge
string
(100)
fecha_nacimiento_conyuge
datetime
pais_id_conyuge
FK
integer
timestamps
timestamps
hijos
id
increments
id_cliente
FK
integer
nombres_apellidos
string
(100)
fecha_nacimiento
datetime
plan_acutal
string
(255)
necesidades_futuras
string
(255)
timestamps
timestamps
empleo
id
increments
cargo
string
(100)
empleador
string
(100)
trabaja_desde
string
(10)
salario_mensual
decimal
(8,2)
bonos_aguinaldos
decimal
(8,2)
moneda_salario_aguinaldo
char
(5)
cargo_conyuge
string
(100)
empleador_conyuge
string
(100)
salario_mensual_conyuge
decimal
(8,2)
bonos_aguinaldos_conyuge
decimal
(8,2)
timestamps
timestamps
gastos_mensuales
id
increments
supermercado
decimal
(8,2)
luz_agua
decimal
(8,2)
transporte
decimal
(8,2)
hipoteca
decimal
(8,2)
cuidado_personal
decimal
(8,2)
ayuda_familiar
decimal
(8,2)
comida
decimal
(8,2)
telefono_internet_tv
decimal
(8,2)
seguros
decimal
(8,2)
deporte
decimal
(8,2)
servicios
decimal
(8,2)
escuela
decimal
(8,2)
renta
double
(8,2)
vacaciones_esparcimiento
decimal
(8,2)
prestamos
decimal
(8,2)
otros
decimal
(8,2)
timestamps
timestamps
factfinds
id
increments
id_asesor
FK
integer
id_cliente
FK
integer
id_empleo
FK
integer
id_gasto_mensual
FK
integer
timestamps
timestamps
id_patrimonio_proteccion
FK
integer
id_prioridad_riesgo_inversion
FK
integer
mejor_horario_atencion
string
(255)
patrimonio_proteccion
id
increments
acciones
char
(1)
fondos_inversion
char
(1)
plan_retiro
char
(1)
segura_vida
char
(1)
gastos_medicos
char
(1)
cobertura_familiar
char
(1)
internacional
char
(1)
local
char
(1)
valor_acciones
decimal
(8,2)
valor_inversion
decimal
(8,2)
valor_plan_retiro
decimal
(8,2)
valor_cobertura_seguro_vida
decimal
(8,2)
conoce_otro_asesor
string
(255)
timestamps
timestamps
prioridad_riesgo_inversion
id
increments
prioridades
string
(255)
riesgos
string
(255)
inversion
string
(255)
timestamps
timestamps
propiedades
id
increments
id_factfind
FK
integer
existente_hipoteca
string
(50)
plazo
integer
valor
decimal
(8,2)
timestamps
timestamps
ahorros
id
increments
id_factfind
FK
integer
timestamps
timestamps
banco
string
(50)
corto_plazo
decimal
(8,2)
mediano_plazo
decimal
(8,2)
largo_plazo
decimal
(8,2)
prestamos_deudas
id
increments
id_factfind
FK
integer
personal_tarjeta_credito
string
(50)
plazo
integer
valor
decimal
(8,2)
timestamps
timestamps
referidos
id
increments
id_factfind
FK
integer
nombres
string
(50)
apellidos
string
(50)
email
string
(100)
celular
string
(20)
telefono
string
(20)
compania
string
(50)
ubicacion
string
(100)
timestamps
timestamps
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01