The ALTER TABLE statement is used to modify the structure of an existing table. It can be used to add, delete, rename, or modify columns.
'alter table tab1 add column col1 varchar(512), col2 varchar(512)' contains unsupported syntax. Falling back to parsing as a 'Command'. Command(this=alter, expression=table tab1 add column col1 ...