feat: establish production SaaS foundation

This commit is contained in:
Codex
2026-07-12 19:26:57 +08:00
parent 1c2ce38cea
commit 39f7332f33
219 changed files with 20647 additions and 2628 deletions

View File

@@ -21,7 +21,7 @@ create table if not exists public.tenant_billing_profiles (
tax_id text,
contact_name text,
contact_phone text,
contact_email citext,
contact_email extensions.citext,
billing_address text,
invoice_title text,
invoice_type text check (invoice_type in ('none', 'normal_vat', 'special_vat')),