Home
taskify
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
users
id
increments
email
string
(20)
password
string
(20)
timestamps
timestamps
tasks
id
increments
user_id
string
title
string
(20)
description
string
(50)
status
string
softDeletes
softDeletes
timestamps
timestamps
comments
id
increments
comment
string
(20)
softDeletes
softDeletes
timestamps
timestamps
task_id
FK
bigInteger
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01