Home
tdl
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
users
id
increments
timestamps
timestamps
softDeletes
softDeletes
name
string
(255)
email
string
(255)
password
string
(255)
avatar
string
(255)
tasks
id
increments
timestamps
timestamps
softDeletes
softDeletes
title
string
(255)
description
text
quad
enum
done
boolean
done_at
datetime
user_id
FK
bigInteger
next_id
integer
project_id
FK
bigInteger
categories
id
increments
timestamps
timestamps
softDeletes
softDeletes
name
string
(255)
color
string
(255)
user_id
bigInteger
projects
id
increments
timestamps
timestamps
softDeletes
softDeletes
name
string
(255)
description
text
owner_id
FK
bigInteger
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01