Home
rakaya
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
countries
id
increments
name_ar
string
(255)
name_en
string
(255)
continent
enum
timestamps
timestamps
softDeletes
softDeletes
flag_path
string
(255)
phone_code
string
(255)
groups
id
increments
name
string
(255)
domain
string
(255)
timestamps
timestamps
softDeletes
softDeletes
country_group
id
increments
country_id
FK
bigInteger
group_id
FK
bigInteger
timestamps
timestamps
softDeletes
softDeletes
orders
id
increments
user_id
FK
bigInteger
order_type_id
FK
bigInteger
status_id
FK
bigInteger
is_connected
integer
note
longText
timestamps
timestamps
softDeletes
softDeletes
users
id
increments
name
text
email
string
(255)
phone
integer
gender
enum
national_id
integer
birthday
date
timestamps
timestamps
softDeletes
softDeletes
order_types
id
increments
name
string
(255)
price
integer
timestamps
timestamps
softDeletes
softDeletes
status
id
increments
name
string
(255)
color
string
(255)
timestamps
timestamps
softDeletes
softDeletes
answers
id
increments
question_id
FK
bigInteger
value
longText
user_id
FK
bigInteger
order_Id
FK
bigInteger
timestamps
timestamps
softDeletes
softDeletes
questions
id
increments
content
text
type
enum
is_required
integer
placeholder
text
regex_id
FK
bigInteger
section_id
FK
bigInteger
is_visible
integer
timestamps
timestamps
softDeletes
softDeletes
order
integer
sections
id
increments
order_type_id
FK
bigInteger
group_id
FK
bigInteger
name
string
(255)
order
integer
is_visible
integer
timestamps
timestamps
softDeletes
softDeletes
attachments
id
increments
name
text
path
text
question_id
FK
bigInteger
user_id
FK
bigInteger
order_Id
FK
bigInteger
timestamps
timestamps
softDeletes
softDeletes
regexes
id
increments
name
text
description
longText
regex
string
(255)
timestamps
timestamps
softDeletes
softDeletes
options
id
increments
content
text
question_id
FK
bigInteger
timestamps
timestamps
softDeletes
softDeletes
pictures
id
increments
timestamps
timestamps
softDeletes
softDeletes
name
string
(255)
path
string
(255)
user_id
FK
bigInteger
guests
id
increments
timestamps
timestamps
softDeletes
softDeletes
×
Comments for rakaya
No comments have been made yet.
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01