Home
Gestión
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
clientes
id
increments
nombre_comercial
string
(100)
razon_social
string
(100)
cif
string
(20)
direccion
string
prioridad
smallInteger
telefono
string
email
string
(100)
url
string
(200)
timestamps
timestamps
softDeletes
softDeletes
clientes_contactos
id
increments
id_cliente
integer
nombre
string
mail
string
telefono
string
tipo
string
orden
smallInteger
timestamps
timestamps
softDeletes
softDeletes
proyectos
id
increments
id_cliente
integer
nombre
string
timestamps
timestamps
softDeletes
softDeletes
tareas
id
increments
id_proyecto
integer
id_estado
integer
id_user
integer
orden
smallInteger
nombre
string
importante
tinyInteger
urgente
tinyInteger
porcentaje
smallInteger
peso
smallInteger
fecha_limite
date
timestamps
timestamps
archived_at
timestamp
softDeletes
softDeletes
estados
id
increments
orden
smallInteger
nombre
string
color
string
(6)
timestamps
timestamps
softDeletes
softDeletes
×
Comments for Gestión
No comments have been made yet.
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01