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
It should not start a new line before and after the "SET" like it does here:
Here's the raw query for the 2nd example: ALTER TABLE o2_test ADD COLUMN enum_test2 ENUM('va1','val2','val3') AFTER set_test, ADD COLUMN set_test2 SET('va1','val2','val3') AFTER enum_test2
The text was updated successfully, but these errors were encountered:
seb303
changed the title
SET datatypes are not handled correctly
SET datatype not handled correctly
Nov 24, 2023
It should not start a new line before and after the "SET" like it does here:
Here's the raw query for the 2nd example:
ALTER TABLE o2_test ADD COLUMN enum_test2 ENUM('va1','val2','val3') AFTER set_test, ADD COLUMN set_test2 SET('va1','val2','val3') AFTER enum_test2
The text was updated successfully, but these errors were encountered: