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
The bug is caused by a not covering regexp for this specific form of the alter.
The same statement written in this way works. ALTER TABLE t_user_info ADD group_id INT(11) UNSIGNED DEFAULT NULL, ADD contact_phone VARCHAR(20) DEFAULT NULL ;
I suggest to use this syntax as a workaround meanwhile I find a bug fix.
Thanks
Hi, I test to add multi fields on a table in mysql, but only first field sync to postgresql.
Only group_id into postgresql.
Could you resolve this issue?
The text was updated successfully, but these errors were encountered: