Schema Custom Types Ddl

Override default column types in materializations using castToString or custom DDL. Use when column type needs different precision (e.g., NUMERIC(22,6)), VARCHAR length is wrong, need JSONB instead of JSON, integers lose precision, or need to force a string representation. Use when user says "change column type", "wrong precision", "VARCHAR too short", "integer truncated", "cast to string", or "custom DDL".

estuary afc52e5 11.1 KB Updated

File contents

estuary/agent-skills/tree/main/skills/schema-custom-types-ddl commit afc52e5f7b

Frequently asked questions

npx skillmds@latest add estuary/schema-custom-types-ddl