Home
qtech_db
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
pages
id
increments
title
string
slug
string
status
boolean
published_at
timestamp
timestamps
timestamps
softDeletes
softDeletes
sections
id
increments
title
string
title_btn
string
description
string
slug_id
FK
bigInteger
timestamps
timestamps
softDeletes
softDeletes
page_sections
id
increments
page_id
FK
bigInteger
section_id
FK
bigInteger
sort
mediumInteger
status
boolean
published_at
timestamp
timestamps
timestamps
section_lists
id
increments
section_id
mediumInteger
title
string
description
string
status
boolean
published_at
timestamp
timestamps
timestamps
buttons
id
increments
title
string
url
string
entity_id
bigInteger
entity_type
string
sort
mediumInteger
status
boolean
timestamps
timestamps
btn_style
enum
forms
id
increments
title
string
mail_address
string
entity_type
string
entity_id
bigInteger
timestamps
timestamps
form_inputs
id
increments
form_id
FK
bigInteger
input_name
string
input_type
enum
input_lable
string
input_placeholder
string
is_required
boolean
sort
mediumInteger
timestamps
timestamps
form_submissions
id
increments
form_id
FK
bigInteger
timestamps
timestamps
social_media_icons
id
increments
name
string
url
string
sort
mediumInteger
timestamps
timestamps
media
id
increments
entity_id
bigInteger
entity_type
string
name
string
path
string
extension
string
locale
enum
type
enum
timestamps
timestamps
translations
id
increments
entity_id
bigInteger
entity_type
string
locale
enum
field
string
value
string
timestamps
timestamps
settings
id
increments
key
string
value
json
status
boolean
timestamps
timestamps
jobs
id
increments
title
string
short_description
string
description
string
job_type
enum
remote
enum
location
string
country_id
FK
bigInteger
section_id
FK
bigInteger
published_at
timestamp
timestamps
timestamps
softDeletes
softDeletes
countries
id
increments
title
string
code
string
timestamps
timestamps
metadata
id
increments
page_id
FK
bigInteger
title
string
description
string
keywords
json
og_title
string
og_description
string
timestamps
timestamps
submission_data
id
increments
form_submission_id
FK
bigInteger
input_name
string
input_value
text
timestamps
timestamps
slugs
id
increments
key
string
title
string
timestamps
timestamps
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01