sql数据流,amdin业务逻辑接入

This commit is contained in:
comlibmb
2026-02-05 10:11:09 +08:00
parent 859372ca5b
commit ac670cf5d8
81 changed files with 3547 additions and 1472 deletions

View File

@@ -0,0 +1,8 @@
# docs/sql/10_schema
本目录存放:
- 表/类型/索引等 DDL
- 按域分组(如 `analytics/``user/``order/` 等)
- 文件命名:`<object>_v<version>.sql`
**禁止**:在此目录混入 RLS、RPC、GRANT 等对象。