Home
Supp Donations
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
transactions
id
increments
transactionable_id
integer
transactionable_type
string
amount
decimal
(9,2)
transaction_costs
decimal
(9,2)
transaction_costs_ex_tax
decimal
(9,2)
tax_percentage
decimal
(9,2)
payment_method
string
description
string
status
string
processed_at
date
payed_out_at
date
batch_id
string
subscription_id
integer
timestamps
timestamps
subscriptions
id
increments
amount
decimal
(9,2)
state
tinyInteger
payment_method
string
next_payment_at
datetime
ends_at
datetime
subscribable_id
integer
subscribable_type
string
timestamps
timestamps
donations
id
increments
organization_id
integer
project_id
integer
participant_id
integer
user_id
integer
name
string
email
string
message
text
amount
decimal
(9,2)
fee
decimal
(9,2)
fee_ex_tax
decimal
(9,2)
fee_percentage
decimal
(9,2)
net_amount
decimal
(9,2)
received_response
boolean
anonymous
boolean
test
boolean
timestamps
timestamps
orders
id
increments
organization_id
integer
user_id
integer
package_id
integer
timestamps
timestamps
softDeletes
softDeletes
packages
id
increments
name
string
price
decimal
(9,2)
allow_peer_to_peer
boolean
allow_recurring
boolean
fee_percentage
decimal
timestamps
timestamps
softDeletes
softDeletes
require_own_psp
boolean
×
Comments for Supp Donations
No comments have been made yet.
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01