# Schema Name

> One-line description of what this schema adds to Open Brain.

## What It Does

1-2 sentences explaining the database extension — what tables, columns, or metadata structures it adds and why.

## Prerequisites

- Working Open Brain setup ([guide](../../docs/01-getting-started.md))
- List any additional requirements

## Credential Tracker

Copy this block into a text editor and fill it in as you go.

```text
SCHEMA NAME -- CREDENTIAL TRACKER
--------------------------------------

SUPABASE (from your Open Brain setup)
  Project URL:           ____________
  Secret key:            ____________

--------------------------------------
```

## Steps

1. Open your Supabase SQL Editor
2. Run the SQL migration:

   ```sql
   -- Paste the SQL here or reference the file
   ```

3. Verify the table/columns were created
4. ...

## Expected Outcome

Describe what should exist in the database after running the migration. What tables, columns, or functions were created? How can the user verify it worked?

## Troubleshooting

**Issue: [Common problem]**
Solution: [How to fix it]

**Issue: [Another common problem]**
Solution: [How to fix it]

**Issue: [Third common problem]**
Solution: [How to fix it]
