Home
Cryptocurrency
Fork
Export all
Schema
Model
Controller
Seeding
Form
Laravel 4.2
Add to favorites
Comments (0)
users
id
increments
name
string
email
string
is_verified
boolean
level
smallIncrements
timestamps
timestamps
cryptocurrencies
id
increments
timestamps
timestamps
name
string
code
string
is_active
boolean
cryptocurrencie_wallets
id
increments
user_id
FK
bigInteger
cryptocurrency_id
FK
bigInteger
withdraw
float
(10.6)
deposit
float
(10.6)
address
string
timestamps
timestamps
toman_wallets
id
increments
user_id
FK
bigInteger
withdraw
float
(10.6)
deposit
float
(10.6)
timestamps
timestamps
buys
id
increments
user_id
FK
bigInteger
cryptocurrency_id
FK
bigInteger
cryptocurrecy_amount
float
(10.6)
toman_amount
float
(10.6)
done_at
datetime
timestamps
timestamps
sells
id
increments
user_id
FK
bigInteger
cryptocurrency_id
FK
bigInteger
cryptocurrecy_amount
float
(10.6)
toman_amount
float
(10.6)
done_at
datetime
timestamps
timestamps
orders
id
increments
buy_id
FK
bigInteger
sell_id
FK
bigInteger
amount
float
(10.6)
timestamps
timestamps
toman_wallet_id
FK
bigInteger
cryptocurrency_wallet_id
FK
bigInteger
payments
id
increments
user_id
FK
bigInteger
toman_wallet_id
FK
bigInteger
amount
float
(10.6)
gateway_ref
string
gateway_tracking
string
timestamps
timestamps
×
Comments for Cryptocurrency
No comments have been made yet.
Laravel Schema Designer v0.7.1
follow me on twitter
@okyn01