Home
premiere
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (1)
distribuidores
id
increments
fecha_solicitud
date
user_id
integer
padre_id
integer
organizacion_id
FK
integer
equipo
integer
equipos_activos
integer
hijos
integer
nombre
string
paterno
string
materno
string
calle
string
numero
string
colonia
string
entidad_id
integer
municipio_id
integer
ciudad
string
codigo_postal
integer
sexo
string
(3)
fecha_nacimiento
date
telefono_particular
string
telefono_oficina
string
telefono_celular
string
curp
string
(18)
rfc
string
(13)
cuenta_id
FK
integer
timestamps
timestamps
softDeletes
softDeletes
semanas
id
increments
numero_semana
integer
anio
integer
desde
date
hasta
date
timestamps
timestamps
softDeletes
softDeletes
bancos
id
increments
nombre
string
timestamps
timestamps
softDeletes
softDeletes
comisiones
id
increments
distribuidor_id
FK
integer
tipo_activacion_id
FK
integer
semana_id
FK
integer
cantidad
integer
precio_unitario
float
total_activacion
float
activos_nivel1
integer
comision_por_nivel1
float
comision_nivel1
float
activos_nivel2
integer
comision_por_nivel2
float
comision_nivel2
float
total_comision
float
timestamps
timestamps
softDeletes
softDeletes
tipos_activaciones
id
increments
nombre
string
equipos_activos
integer
cantidad_requerida
integer
timestamps
timestamps
softDeletes
softDeletes
comisiones_detalle
id
increments
comision_id
FK
bigInteger
nivel
integer
distribuidor_id
FK
bigInteger
fechahora_pago
datetime
equipo
enum
timestamps
timestamps
softDeletes
softDeletes
activaciones
id
increments
distribuidor_id
FK
bigInteger
semana_id
FK
bigInteger
fechahora_pago
datetime
tipo_activacion_id
FK
bigInteger
cantidad_requerida
integer
cantidad_comprada
integer
precio_unitario
float
total_a_pagar
float
total_pagado
float
saldo
float
estatus_activacion
integer
timestamps
timestamps
softDeletes
softDeletes
organizaciones
id
increments
nombre
string
timestamps
timestamps
softDeletes
softDeletes
tipos_pagos
id
increments
nombre
string
timestamps
timestamps
softDeletes
softDeletes
pagos
id
increments
activacion_id
FK
integer
cantidad
integer
precio_unitario
float
total_a_pagar
float
total_pagado
float
estatus_pago
bigInteger
timestamps
timestamps
softDeletes
softDeletes
pagos_detalle
id
increments
pago_id
FK
bigInteger
tipo_pago_id
FK
bigInteger
monto
float
timestamps
timestamps
softDeletes
softDeletes
medio_de_pago_id
FK
integer
cuentas
id
increments
banco_id
FK
integer
cuenta
string
clabe
string
activo
boolean
preferido
boolean
tipocuenta_id
FK
integer
timestamps
timestamps
softDeletes
softDeletes
medios_de_pago
id
increments
medio_de_pago
string
timestamps
timestamps
softDeletes
softDeletes
tipocuentas
id
increments
tipocuenta
string
timestamps
timestamps
softDeletes
softDeletes
×
Comments for premiere
[email protected]
. 09 September 2019
Las tablas se organizan de la siguiente manera:
Catálogos:
Naranja
Producción:
Azul
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01