Home
ask_me
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
polls
id
increments
title
string
(191)
asker_id
integer
timestamps
timestamps
softDeletes
softDeletes
poll_options
id
increments
poll_id
FK
integer
answer
string
timestamps
timestamps
softDeletes
softDeletes
user_poll_answers
id
increments
user_id
integer
poll_answers_id
FK
integer
is_poll_owner
boolean
comment
text
timestamps
timestamps
softDeletes
softDeletes
categories
id
increments
title
string
timestamps
timestamps
softDeletes
softDeletes
poll_categories
id
increments
poll_id
FK
integer
category_id
FK
integer
timestamps
timestamps
chats
id
increments
timestamps
timestamps
reciever_id
bigInteger
initiator_id
bigInteger
softDeletes
softDeletes
chat_messages
id
increments
chat_id
bigInteger
chat_user_id
bigInteger
message
text
read_at
datetime
timestamps
timestamps
×
Comments for ask_me
No comments have been made yet.
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01