Closed sijoonlee closed 1 year ago
For example, below statement is not supported ALTER TABLE table_name ADD COLUMN IF NOT exists column_name numeric(13,2)
ALTER TABLE table_name ADD COLUMN IF NOT exists column_name numeric(13,2)
Thank you for your hard work!
Thanks !
I believe this is already fixed in the latest version :)
For example, below statement is not supported
ALTER TABLE table_name ADD COLUMN IF NOT exists column_name numeric(13,2)
Thank you for your hard work!