Home
documents
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
user
userID
increments
userName
string
(20)
password
string
(225)
firstName
string
(225)
lastName
string
(225)
birthday
date
phoneNumber
integer
email
text
timestamps
timestamps
admins
adminID
increments
userName
string
(20)
password
string
(20)
level
integer
timestamps
timestamps
documents
documentID
increments
documentName
string
(225)
type
string
(225)
url
string
(225)
timestamps
timestamps
directorys
directoryID
increments
folderName
string
(225)
parentDirectory
FK
integer
timestamps
timestamps
inDirectory
id
increments
documentID
FK
integer
directoryID
FK
integer
timestamps
timestamps
comments
commentID
increments
documentID
FK
integer
userID
FK
integer
content
text
timestamps
timestamps
postdetail
postID
increments
userID
FK
integer
documentID
FK
integer
timestamps
timestamps
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01