sqlc
sqlc copied to clipboard
fix(sqlite): Fix ADD COLUMN without typename
Use type name 'any' for ALTER TABLE t1 ADD COLUMN c1 where no type name for c1 is provided. This is the same logic as for CREATE TABLE.
Fixes #3375