Home
tinder
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
users
id
bigIncrements
first_name
string
last_name
string
phone
string
gender
boolean
password
string
is_verified
boolean
is_blocked
boolean
softDeletes
softDeletes
timestamps
timestamps
is_ambassador
boolean
password_resets
email
string
token
string
created_at
timestamp
interests
id
bigIncrements
name
string
timestamps
timestamps
softDeletes
softDeletes
user_interests
user_id
bigInteger
interest_id
bigInteger
personal_access_tokens
id
increments
user_id
bigInteger
name
string
token
string
abilities
text
last_used_at
timestamp
timestamps
timestamps
users_users_likes
user_liked_id
bigInteger
user_id
bigInteger
users_users_dislikes
user_id
bigInteger
user_disliked_id
bigInteger
conversations
id
bigIncrements
private
boolean
data
text
timestamps
timestamps
participants
id
increments
user_id
bigIncrements
conversation_id
bigInteger
timestamps
timestamps
messages
id
bigIncrements
body
text
conversation_id
bigInteger
participant_id
bigInteger
type
text
timestamps
timestamps
message_notifications
id
increments
message_id
bigInteger
conversation_id
bigInteger
participation_id
bigInteger
is_seen
boolean
timestamps
timestamps
user_rewards
user_id
bigInteger
reward_id
bigInteger
rewards
id
bigIncrements
data
text
timestamps
timestamps
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01