Home
ts
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
users
id
increments
account_name
string
(254)
dob
date
fullname
string
(254)
mobile
string
(30)
email
string
(254)
vcode
string
(30)
password
text
avatar
string
(254)
region
string
(30)
city
string
(30)
timestamps
timestamps
softDeletes
softDeletes
messages
id
increments
message_body
string
(254)
creator_id
FK
integer
created_date
date
parent_message_id
FK
integer
expiry_date
date
is_remember
tinyInteger
next_remind_date
date
timestamps
timestamps
softDeletes
softDeletes
message_recipients
id
increments
recipient_id
FK
integer
message_id
FK
integer
is_read
tinyInteger
×
Comments for ts
No comments have been made yet.
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01