Posts
Sort by recent activity
sycn table changes in a wrong order
Hi,
i have a table structure like
col1
col2
col3
when i change it to
col1
col2
col2a (this is the new column located between col2 and col3)
col3
the remote database is sync and it becomes
col1
col2...