You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: improve CREATE TABLE constraint indentation using proper context indentLevel
- Remove explicit indentLevel increment when spawning table element contexts
- Let context.indent() method handle indentation automatically using indentLevel + 1
- UNIQUE and FOREIGN KEY constraints now properly indented relative to columns
- Constraints are visually distinct with proper logical grouping indentation
- All tests passing including CREATE TABLE pretty printing snapshots
Co-Authored-By: Dan Lynch <[email protected]>
0 commit comments