Home
Seed
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
sub_categories
id
increments
name
string
category_id
FK
bigInteger
is_active
boolean
slug
string
timestamps
timestamps
categories
id
increments
name
string
is_active
boolean
slug
string
timestamps
timestamps
advertisements
id
increments
user_id
FK
bigInteger
code
integer
status
enum
name
string
description
string
sub_category_id
FK
bigInteger
is_electronic
boolean
url
string
notes
string
price
decimal
partenership_ratio
decimal
profit
decimal
avg_sales_year
decimal
avg_profit_year
decimal
type
enum
age
enum
has_regulation
boolean
has_future_work
boolean
city_id
FK
bigInteger
address
string
lat
string
long
string
mobile
string
whatsapp
string
inactive_reason
string
timestamps
timestamps
cities
id
increments
name
string
order
integer
is_active
boolean
timestamps
timestamps
users
id
increments
timestamps
timestamps
inactive_reason
string
number_of_logins
integer
last_login
timestamp
softDeletes
softDeletes
contacts
id
increments
name
string
email
string
mobile
string
type
enum
message
string
reply_message
string
is_answered
boolean
timestamps
timestamps
invoices
id
increments
user_id
FK
bigInteger
advertisement_id
FK
bigInteger
price
decimal
commission
decimal
bank_id
FK
bigInteger
iban
FK
bigInteger
timestamps
timestamps
softDeletes
softDeletes
banks
id
increments
name
string
is_active
boolean
timestamps
timestamps
ibans
id
increments
bank_id
FK
bigInteger
iban
string
timestamps
timestamps
partenership_reasons
id
increments
reason
string
is_active
boolean
timestamps
timestamps
softDeletes
softDeletes
partenership_tasks
id
increments
task
string
is_active
boolean
timestamps
timestamps
softDeletes
softDeletes
advertisements_reasons
id
increments
advertisement_id
FK
bigInteger
partenership_reason_id
FK
bigInteger
other
string
timestamps
timestamps
advertisements_tasks
id
increments
advertisement_id
FK
bigInteger
partenership_task_id
FK
bigInteger
other
string
timestamps
timestamps
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01