AntiPattern
Schema Drift Prevention
schema-creation-guard-mismatch
Table creation logic fails to update or coordinate schema state because hooks/conditional guards run at the wrong time, leaving databases unchanged; in data-migration paths, this manifests as missing/incorrect schema types or tables not being recreated.