| id |
bigint(20)
|
|
|
|
| name |
varchar(120)
|
utf8mb4_general_ci
|
|
|
| download_mbps |
int(10)
|
|
|
|
| upload_mbps |
int(10)
|
|
|
|
| monthly_price |
decimal(10,2)
|
|
|
|
| data_cap_gb |
int(10)
|
|
|
|
| session_timeout |
int(10)
|
|
|
|
| enabled |
tinyint(1)
|
|
|
|
| created_at |
timestamp
|
|
|
|
| plan_type |
enum('base', 'fallback', 'topup', 'static_ip', 'device_rental')
|
utf8mb4_general_ci
|
|
|
| billing_type |
enum('prepaid', 'postpaid', 'free', 'demo')
|
utf8mb4_general_ci
|
|
|
| data_mode |
enum('unlimited', 'fup')
|
utf8mb4_general_ci
|
|
|
| fallback_plan_id |
bigint(20)
|
|
|
|
| fup_period |
enum('billing_cycle', 'daily', 'weekly', 'monthly')
|
utf8mb4_general_ci
|
|
|
| burst_download_mbps |
int(10)
|
|
|
|
| burst_upload_mbps |
int(10)
|
|
|
|
| tax_percent |
decimal(5,2)
|
|
|
|
| tax_inclusive |
tinyint(1)
|
|
|
|