Drop files here

SQL upload ( 0 ) x -

Page-related settings Click on the bar to scroll to top of page
Press Ctrl+Enter to execute query Press Enter to execute query
ascending
descending
Order:
Debug SQL
Count
Execution order
Time taken
Order by:
Group queries
Ungroup queries
Collapse Expand Show trace Hide trace Count : Time taken :
Bookmarks
Refresh
Add
No bookmarks
Add bookmark
Options
Set default





Collapse Expand Requery Edit Explain Profiling Bookmark Query failed Database : Queried time :
Untitled *
v Show/Hide tables list View in full-screen Add tables from other databases New page Open page Save page Save page as Delete pages Create table Create relationship Choose column to display Reload Help Angular links / Direct links Snap to grid v Small/Big All Toggle small/big Toggle relationship lines Export schema > Move Menu > Pin text
Number of tables: 0
v credify orders
* order_id : int(11)
* buyer_id : int(11)
* service_id : int(11)
* status : enum('pending','completed')
* grade : varchar(5)
* ordered_at : timestamp
* completed_at : timestamp
v credify services
* service_id : int(11)
* provider_id : int(11)
* title : varchar(150)
* description : text
* price_in_ct : decimal(12,4)
* type : enum('course','material','craft')
* created_at : timestamp
v credify sponsorships
* sponsorship_id : int(11)
* investor_id : int(11)
* buyer_id : int(11)
* amount_in_ct : decimal(12,4)
* return_amount : decimal(12,4)
* status : enum('active','completed','cancelled')
* created_at : timestamp
v credify transactions
* transaction_id : int(11)
* from_wallet_id : int(11)
* to_wallet_id : int(11)
* amount : decimal(12,4)
* type : enum('purchase','sponsorship','return_payout')
* created_at : timestamp
v credify users
* user_id : int(11)
* name : varchar(100)
* email : varchar(150)
* password : varchar(255)
* join_date : timestamp
* is_rookie : tinyint(1)
v credify wallets
* wallet_id : int(11)
* user_id : int(11)
* balance : decimal(12,4)
* updated_at : timestamp
Create relationship
FOREIGN KEY
on delete
on update
Delete relationship