Home
8xbusiness
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
users
id
increments
first_name
string
last_name
string
full_name
string
phone
string
email
string
password
string
avatar
string
is_owner
boolean
role_id
bigInteger
parent_id
FK
bigInteger
timestamps
timestamps
softDeletes
softDeletes
services
id
increments
name
string
discription
string
price
decimal
(10,2)
category
enum
status
enum
timestamps
timestamps
softDeletes
softDeletes
user_services
id
increments
user_id
FK
bigInteger
service_id
FK
bigInteger
start_date
date
end_date
date
data
json
status
enum
timestamps
timestamps
softDeletes
softDeletes
payments
id
increments
user_id
FK
bigInteger
amount
decimal
(10,2)
payment_method
enum
payment_date
datetime
status
enum
timestamps
timestamps
softDeletes
softDeletes
requests
id
increments
user_id
FK
bigInteger
service_id
FK
bigInteger
request_types_id
FK
bigInteger
payment_id
FK
bigInteger
details
json
status
enum
timestamps
timestamps
softDeletes
softDeletes
sms_packages
id
increments
name
string
quantity
integer
price
decimal
(10,2)
status
enum
timestamps
timestamps
softDeletes
softDeletes
user_sms_balances
id
increments
user_id
FK
bigInteger
sms_package_id
FK
bigInteger
quantity
integer
timestamps
timestamps
softDeletes
softDeletes
notifications
id
increments
type
string
message
string
read_at
timestamp
timestamps
timestamps
softDeletes
softDeletes
request_types
id
increments
name_en
string
name_ar
string
timestamps
timestamps
softDeletes
softDeletes
invoices
id
increments
user_id
FK
bigInteger
payment_id
FK
bigInteger
amount
decimal
(10,2)
invoice_date
date
due_date
date
status
enum
items
json
timestamps
timestamps
softDeletes
softDeletes
roles
id
increments
name_en
string
name_ar
string
timestamps
timestamps
softDeletes
softDeletes
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01