Create
Query
pilot.db
—
saas_invoices
account_invites
accounts
applied_migrations
audit_log
availability
availability_exceptions
bookings
campaign_leads
campaign_offers
campaigns
cards
commission_rates
commission_runs
drills_library
invoices
magic_tokens
offers
practice_logs
quotes
saas_invoices
service_student_prices
services
sessions
sqlite_sequence
student_summaries
students
subscription_events
trainer_settings
trainers
Toggle helper tables
Structure
Content
Query
Insert
Drop
Import
Export
Insert row into saas_invoices
account_id
INTEGER NOT NULL
invoice_no
TEXT NOT NULL
period_start
TEXT NOT NULL
period_end
TEXT NOT NULL
seats
INTEGER NOT NULL
unit_price_cents
INTEGER NOT NULL
subtotal_cents
INTEGER NOT NULL
vat_rate
INTEGER NOT NULL
vat_cents
INTEGER NOT NULL
total_cents
INTEGER NOT NULL
currency
TEXT NOT NULL (default 'EUR')
status
TEXT NOT NULL (default 'draft')
reverse_charge
INTEGER NOT NULL (default 0)
mollie_payment_id
TEXT
paid_at
TEXT
pdf_path
TEXT
created_at
TEXT NOT NULL (default datetime('now'))
commission_base_cents
INTEGER NOT NULL (default 0)
commission_pct
REAL
commission_cents
INTEGER NOT NULL (default 0)
Insert
Cancel