Home
unibid
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
users
id
increments
name
string
(255)
mobile
string
(255)
email
string
(255)
role_id
integer
type
integer
country_id
integer
activation_status
boolean
timestamps
timestamps
categories
id
increments
name
string
(255)
transaction_fees
double
payment_processing
double
status
integer
parent_id
integer
timestamps
timestamps
auctions
id
increments
name
string
(255)
serial_number
string
(255)
sub_category_id
integer
category_id
integer
start_date
date
start_time
time
close_automaticaly
boolean
close_duration
integer
close_price
double
allow_promocodes
boolean
biding_gap_amount
decimal
estimated_delivery_time
integer
shiping_amount_type
integer
estimated_shipping
double
type
integer
user_id
integer
approval
bigInteger
delivery_status
integer
timestamps
timestamps
products
id
increments
auctions_id
integer
name
string
(255)
price
double
duration_per_mintues
double
material
string
(255)
color
string
(255)
size
string
(255)
timestamps
timestamps
product_bids
id
increments
user_id
integer
product_id
integer
amount
double
timestamps
timestamps
transactions
id
increments
serial_number
string
(255)
auction_id
integer
user_id
integer
transaction_date
datetime
transaction_type
integer
payment_methods_id
integer
amount
double
payment_processing
double
shipping_fees
double
total_amount
double
softDeletes
softDeletes
promocode_id
integer
timestamps
timestamps
payment_methods
id
increments
name
string
(255)
card_number
string
(255)
card_cvv
integer
card_holder_name
string
(255)
card_expired_date
date
user_Id
integer
timestamps
timestamps
promocodes
id
increments
name
string
(255)
amount
double
type
integer
date
date
duration
integer
total_available_number
integer
total_number_for_customer
integer
min_bid_amount
integer
timestamps
timestamps
settings
id
increments
app_name
string
(255)
app_logo
string
(255)
email
string
(255)
bank_information
text
payment_max_dur_confirm
integer
timestamps
timestamps
banners
id
increments
name
string
(255)
banner_link
string
(255)
timestamps
timestamps
attachments
id
increments
timestamps
timestamps
attachment_url
string
(255)
attachment_id
integer
attachmentable_type
string
(255)
Payments
id
increments
payment_id
string
(255)
auctions_id
integer
transaction_id
string
(255)
post_date
string
(255)
auth
string
(255)
reference
string
(255)
track_id
string
(255)
result
string
(255)
gaetway_id
integer
user_id
integer
timestamps
timestamps
notifications
id
increments
title
string
(255)
body
text
type
integer
user_id
integer
model_id
integer
timestamps
timestamps
×
Comments for unibid
No comments have been made yet.
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01