Home
e122269
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
posts
id
increments
posted_by
FK
integer
contents
string
image
string
videos
string
like_count
bigInteger
comment_count
bigInteger
share_count
bigInteger
type
enum
shared_by
FK
bigInteger
status
enum
timestamps
timestamps
softDeletes
softDeletes
users
id
increments
name
string
email
string
password
string
timestamps
timestamps
softDeletes
softDeletes
posts_like
id
increments
post_id
FK
integer
posted_by
FK
bigInteger
liked_by
FK
integer
timestamps
timestamps
posts_comments
id
increments
post_id
FK
bigInteger
posted_by
FK
bigInteger
commented_by
FK
bigInteger
comment
longText
timestamps
timestamps
posts_shares
id
increments
post_id
FK
bigInteger
posted_by
FK
bigInteger
shared_by
FK
bigInteger
timestamps
timestamps
news
id
increments
posted_by
FK
bigInteger
contents
longText
image
string
share_count
bigInteger
type
enum
shared_by
FK
bigInteger
status
enum
timestamps
timestamps
events
id
increments
posted_by
FK
bigInteger
contents
longText
image
string
watching
bigInteger
status
enum
timestamps
timestamps
relationship
id
increments
user_one_id
FK
bigInteger
user_to_id
FK
bigInteger
timestamps
timestamps
status
enum
action_user_id
FK
bigInteger
news_shares
id
increments
news_id
FK
bigInteger
posted_by
FK
bigInteger
shared_by
FK
bigInteger
timestamps
timestamps
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01