Home
jabba_messages
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
users
id
increments
username
string
password
string
gender_id
integer
plan_id
integer
country_id
integer
city_id
integer
timestamps
timestamps
messages
id
increments
text
text
chat_id
FK
integer
user_id
FK
integer
timestamps
timestamps
chat
id
increments
title
string
(100)
timestamps
timestamps
files
id
increments
file_name
string
(100)
file_extension
string
(60)
user_id
FK
integer
timestamps
timestamps
user_chats
id
increments
user_id
FK
integer
chat_id
FK
integer
timestamps
timestamps
message_files
id
increments
file_id
FK
integer
message_id
FK
integer
full_name
string
timestamps
timestamps
storages
id
increments
timestamps
timestamps
name
string
user_id
FK
integer
files_in_storages
id
increments
file_id
FK
integer
storage_id
FK
integer
timestamps
timestamps
×
Comments for jabba_messages
No comments have been made yet.
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01