"Schema-Diff"
- MySQL → PostgreSQL:從 SQL dialect diff 跑出來的 Type A 6-phase migration MySQL → PostgreSQL 是 Type A 高 schema 差 migration 的標準形態 — SQL dialect / collation / case sensitivity / replication 模型差異主導;用 pgloader / AWS DMS / 自管 dual-write 三條 path、5 個 production 踩雷(auto_increment vs SERIAL / charset 跟 collation / case sensitivity / index syntax / triggers)