Create
Query
billing.db
—
agents
admin_notifications
agent_balance_requests
agent_balances
agent_monthly_payments
agent_notifications
agent_payments
agent_transactions
agent_voucher_sales
agents
app_settings
cable_maintenance_logs
cable_routes
collector_assignments
collector_payments
collectors
customers
expenses
installation_job_equipment
installation_job_stat...
installation_jobs
invoices
migrations
monthly_summary
network_segments
odp_connections
odps
onu_devices
packages
payment_gateway_trans...
payments
sqlite_sequence
technician_activities
technician_sessions
technicians
telegram_sessions
trouble_reports
voucher_delivery_logs
voucher_generation_se...
voucher_online_settings
voucher_pricing
voucher_purchases
Toggle helper tables
Structure
Content
Query
Insert
Drop
Import
Export
Update row 5 in agents
id
Primary key.
INTEGER
username
agent001
TEXT NOT NULL
name
Warung Tile
TEXT NOT NULL
phone
081234567890
TEXT NOT NULL
email
agent@test.com
TEXT
password
$2b$10$vvPmOz4TCDjo4yk6HL7lmuvDmIYh2KQdLmMAs1yOQ/gqc2YIxAG6m
TEXT NOT NULL
address
Alamat Agent Test
TEXT
status
active
TEXT (default 'active'
commission_rate
DECIMAL(5,2) (default 5.00
created_at
DATETIME (default CURRENT_TIMESTAMP
updated_at
DATETIME (default CURRENT_TIMESTAMP
Update
Cancel