Home
vd
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
localidades
id_localidad
increments
nombre
string
id_provincia
FK
integer
cod_postal
smallInteger
provincias
id_provincia
increments
nombre
string
id_pais
FK
integer
usuarios
id_usuario
increments
email
string
usuario
string
password
string
nombre
string
apellido
string
dni
integer
fecha_nacimiento
date
genero
string
(1)
id_localidad
integer
cod_postal
smallInteger
calle
string
altura
integer
piso
string
(4)
depto
string
(4)
cod_area_fijo
smallInteger
tel_fijo
integer
cod_area_movil
smallInteger
tel_movil
integer
id_rol
integer
activado
tinyInteger
fecha_activacion
timestamp
ultimo_logueo
timestamp
cod_reseteo_password
string
softDeletes
softDeletes
timestamps
timestamps
roles
id_rol
increments
nombre
string
descripcion
string
timestamps
timestamps
softDeletes
softDeletes
permisos
id_permiso
increments
nombre
string
(100)
valor
string
(100)
descripcion
string
timestamps
timestamps
actividad_usuarios
id_actividad
increments
id_usuario
integer
ip
integer
intentos
integer
suspendido
tinyInteger
baneado
tinyInteger
ultimo_intento_el
timestamp
suspendido_el
timestamp
baneado_el
timestamp
redes_sociales
id
increments
id_usuario
integer
tipo_proveedor
string
clave_proveedor
string
timestamps
timestamps
paises
id_pais
increments
nombre
string
permisos_usuarios
id
increments
id_usuario
FK
integer
id_permiso
FK
integer
permisos_roles
id
increments
id_rol
FK
integer
id_permiso
FK
integer
arbol_generacional
id_usuario
increments
id_usuario_asignado
integer
timestamps
timestamps
softDeletes
softDeletes
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01