Home
turnos
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
dependencia
id
increments
nombre
string
(100)
direccion
string
(200)
turnos_max_diarios
smallInteger
timestamps
timestamps
softDeletes
softDeletes
tramite
id
increments
dependencia_id
FK
integer
nombre
string
(100)
descripcion
text
habilita_turnos_dias_antes
integer
timestamps
timestamps
softDeletes
softDeletes
cronograma
id
increments
tramite_id
FK
integer
dayofweek_odbc
tinyInteger
hora_desde
time
hora_hasta
time
frecuencia_min
smallInteger
sobreturnos_max
smallInteger
timestamps
timestamps
softDeletes
softDeletes
contribuyente
id
increments
documento_tipo_id
FK
integer
documento_nro
integer
apellido
string
(100)
nombre
string
(100)
email
string
(100)
email_validado
boolean
telefono
string
(100)
telefono2
string
(100)
codigo
integer
timestamps
timestamps
softDeletes
softDeletes
documento_tipo
id
increments
nombre
string
(20)
timestamps
timestamps
softDeletes
softDeletes
turno
id
increments
cronograma_id
FK
integer
contribuyente_id
FK
integer
fecha
date
hora
time
sobreturno
boolean
alta_contribuyente
boolean
alta_legajo
string
(8)
cancelado
datetime
cancelado_contribuyente
boolean
cancelado_legajo
string
(8)
timestamps
timestamps
softDeletes
softDeletes
feriado
id
increments
dependencia_id
FK
integer
fecha
date
nombre
string
(100)
timestamps
timestamps
softDeletes
softDeletes
dependencia_usuario
id
increments
dependencia_id
FK
integer
username
string
(20)
timestamps
timestamps
softDeletes
softDeletes
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01