docs: add database schema snapshot and validation index links

This commit is contained in:
Chris
2026-03-30 00:42:48 +08:00
parent ddaaadfe5b
commit 5170787d43
3 changed files with 218 additions and 0 deletions

View File

@@ -25,6 +25,8 @@
- 後端任務進度與驗收條件
- `docs/API_CLIENTS_SQL.sql`
- `api_clients` 白名單表與初始資料 SQL
- `docs/DB_SCHEMA_SNAPSHOT.md`
- 目前資料庫 schema 快照(欄位/索引/約束)
## 目前狀態2026-03-29
- 後端骨架已建立FastAPI + SQLAlchemy