Skip to main content

db-move-table-schema

Relocate a live table to a different Postgres schema during the 2026 Matrx DB transition with every reference intact and zero data loss. Use whenever the task is "move <table> to <schema>", "rehome <table> into the <x> schema", or pulling a table out of public into a domain schema. Covers what SET SCHEMA carries automatically vs. what you must repoint by hand (registry schema_name, hardcoded public.<t> in functions/views, PostgREST exposure + db-types schema list, aidream matrx_orm.yaml + supabase-js .schema() calls). Read db-change/SKILL.md + db-change/TOOLKIT.md first. NOT for retiring a table (use db-graveyard-table) or canonicalizing it (use db-canonicalize-table).

跳到安装

来源信息

仓库
armanisadeghi/ai-matrx
最近来源活动
2026年8月20日 08:07
检测到的 SKILL.md 语言
英语
星标
3
分支
1

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。