OKF template

Database Schema OKF Template

Document tables, fields, owners, caveats, and query examples for data agents.

Copyable Markdown

Use this as a starting point, then run it through the validator before indexing.

---
type: data-entity
title: Customer Table
description: Source of truth for customer profile records.
tags:
  - database
  - customers
timestamp: 2026-06-27
---

# Customer Table

## Purpose
Use this table for customer profile lookups and account ownership questions.

## Key Fields
- customer_id: Stable unique identifier.
- email: Primary login email.

## Caveats
Deleted customers are excluded from standard reporting views.