Home
communication
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
users
id
increments
first_name
string
last_name
string
timestamps
timestamps
softDeletes
softDeletes
messages
id
increments
type
string
user_id
integer
thread_id
integer
body
text
timestamps
timestamps
messages_read_states
id
increments
message_id
integer
user_id
integer
timestamps
timestamps
threads_users
id
increments
timestamps
timestamps
user_id
integer
thread_id
integer
is_typing
integer
is_owner
integer
is_banned
integer
threads
id
increments
last_message_id
integer
timestamps
timestamps
attachments
id
increments
user_id
integer
message_id
integer
link
string
timestamps
timestamps
snippets
id
increments
user_id
string
message_id
integer
language
string
body
text
timestamps
timestamps
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01