Skip to main content

Organization Database Schema

Key Indexes

  • companies(slug) - Unique, for URL-based lookups
  • api_keys(key_hash) - For authentication lookups
  • api_keys(company_id) - For listing org keys
  • audit_logs(company_id, created_at) - For paginated audit queries
  • feature_flags(key) - Unique, for flag evaluation