Home
acl2
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
users
id
increments
username
string
(100)
passwordTxt
string
(50)
password
string
(255)
nombre
string
(150)
aPaterno
string
(150)
aMaterno
string
(150)
genero
enum
nacionalidad
string
(80)
fechaNac
date
calle
string
(255)
numExterior
string
(10)
numInterior
string
(10)
colonia
string
(255)
idPais
integer
idEstado
integer
idMunicipio
integer
cp
string
(15)
cveLD
string
(10)
tel
string
(20)
telOficina
string
(20)
ext
string
(20)
telCelular
string
(20)
fax
string
(20)
email
string
(255)
emailVerif
string
(255)
estatus
enum
timestamps
timestamps
roles
id
increments
timestamps
timestamps
role_user
idUR
increments
user_id
FK
integer
role_id
FK
integer
timestamps
timestamps
recursos
id
increments
nomRecurso
string
url
string
locked
enum
timestamps
timestamps
recurso_role
id
increments
role_id
FK
integer
recurso_id
FK
integer
o_view
boolean
o_create
boolean
o_read
boolean
o_update
boolean
o_delete
boolean
locked
boolean
timestamps
timestamps
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01