geo/docs/02-design/database-schema.md

32 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# GEO 平台 - 数据库 Schema 设计
## 概述
本文档定义 GEO 平台的完整数据库 Schema 设计,包括表结构、字段定义、索引设计和关系图。
> **TODO**: 本文档为占位文件,待补充完整内容。
## 待补充内容
- [ ] 实体关系图ER Diagram
- [ ] 用户相关表users、user_profiles、teams 等)
- [ ] 查询相关表queries、query_tasks、query_results 等)
- [ ] 引用检测相关表citation_records、citation_analysis 等)
- [ ] 订阅相关表subscriptions、plans、payments 等)
- [ ] 内容相关表contents、content_versions、rules 等)
- [ ] 报告相关表reports、report_templates 等)
- [ ] 渠道相关表channels、channel_configs 等)
- [ ] 代理运营相关表clients、projects 等)
- [ ] 索引设计说明
- [ ] 数据迁移策略
## 参考
- [数据模型设计](../.qoder/repowiki/zh/content/后端系统架构/数据模型设计.md)
- [数据库设计](../.qoder/repowiki/zh/content/数据库设计/数据库设计.md)
- [表结构设计](../.qoder/repowiki/zh/content/数据库设计/表结构设计.md)
---
*本文档待补充。*