Home
Daftor
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
admin
id
increments
timestamps
timestamps
email
string
password
string
rememberToken
rememberToken
countries
id
increments
timestamps
timestamps
softDeletes
softDeletes
name
string
iso_code
string
phone_code
string
nationality
string
default
boolean
cities
id
increments
timestamps
timestamps
name
string
country_id
string
timezone
string
is_active
boolean
districts
id
increments
timestamps
timestamps
city_id
integer
name
string
is_active
boolean
sub_pages
id
increments
timestamps
timestamps
title
string
content
text
position
string
is_active
boolean
faqs
id
increments
timestamps
timestamps
category
enum
question
string
answer
text
is_active
boolean
coupons
id
increments
timestamps
timestamps
code
enum
discount_value
integer
max_usage_limit
integer
max_usage_per_user
integer
start_date
date
end_date
date
applies
enum
vendor_id
integer
description
text
is_active
boolean
alerts
id
increments
timestamps
timestamps
softDeletes
softDeletes
title
string
body
text
display_per_session
boolean
audience
string
delivery_timing
enum
scheduled_time
date
announcement_type
enum
delivery_method
enum
is_active
boolean
sliders
id
increments
timestamps
timestamps
title
string
social_accounts
id
increments
timestamps
timestamps
provider_name
string
provider_id
integer
access_token
string
refresh_token
string
token_expires_at
timestamp
account
morphs
vandors
id
increments
timestamps
timestamps
email
string
name
string
code
string
password
string
country_id
integer
city_id
integer
district_id
integer
address
string
latitude
string
longitude
string
location_address
string
phone
string
type
enum
license_number
string
clients
id
increments
timestamps
timestamps
full_name
string
email
string
phone
string
password
string
subscriptions
id
increments
timestamps
timestamps
plan_type
enum
name
string
price
integer
duration
enum
plan_id
integer
owner
morphs
is_active
boolean
plans
id
increments
timestamps
timestamps
name
string
description
text
price
bigInteger
features
json
is_active
boolean
authenticatable_otps
id
increments
timestamps
timestamps
softDeletes
softDeletes
code
integer
email
string
phone
string
active
boolean
authenticatable
nullableMorphs
book_categories
id
increments
timestamps
timestamps
name
string
parent_id
integer
is_active
boolean
book_tags
id
increments
timestamps
timestamps
name
string
is_active
boolean
books
id
increments
timestamps
timestamps
vendor_id
integer
title
string
author_name
string
is_emerging_author
boolean
description
text
language
string
publication_year
integer
page_count
integer
status
enum
is_active
boolean
book_approval_history
id
increments
timestamps
timestamps
book_id
integer
changed_by
integer
old_status
enum
new_status
enum
feedback
text
changed_at
timestamp
ebook_details
id
increments
timestamps
timestamps
book_id
integer
format
enum
pricing_model
enum
price
integer
paper_book_details
id
increments
timestamps
timestamps
book_id
integer
format
enum
condition_type
enum
quantity
integer
price
integer
available
boolean
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01