| id |
bigint(20)
|
|
|
|
| service_id |
bigint(20)
|
|
|
Browse foreign values
|
| customer_id |
bigint(20)
|
|
|
Browse foreign values
|
| franchisee_profile_id |
bigint(20)
|
|
|
|
| plan_price_id |
bigint(20)
|
|
|
|
| invoice_id |
bigint(20)
|
|
|
Browse foreign values
|
| business_model |
enum('deposit', 'revenue_share')
|
utf8mb4_general_ci
|
|
|
| sharing_price |
decimal(12,2)
|
|
|
|
| selling_price |
decimal(12,2)
|
|
|
|
| isp_share_percent |
decimal(5,2)
|
|
|
|
| franchisee_share_percent |
decimal(5,2)
|
|
|
|
| isp_share_amount |
decimal(12,2)
|
|
|
|
| franchisee_share_amount |
decimal(12,2)
|
|
|
|
| addon_amount |
decimal(12,2)
|
|
|
|
| tax_percent |
decimal(5,2)
|
|
|
|
| tax_amount |
decimal(12,2)
|
|
|
|
| customer_total |
decimal(12,2)
|
|
|
|
| wallet_deduction |
decimal(12,2)
|
|
|
|
| wallet_transaction_id |
bigint(20)
|
|
|
Browse foreign values
|
| previous_expiry |
datetime
|
|
|
|
| new_expiry |
datetime
|
|
|
|
| status |
enum('completed', 'reversed')
|
utf8mb4_general_ci
|
|
|
| created_by |
bigint(20)
|
|
|
|
| created_at |
timestamp
|
|
|
|