I found that there is a problem when I insert a column in a table and delete the column that was before it.
The problem is that if I use the database structure synchronisation tool then I get a script which deletes the column and then inserts the new column with an “after” to the already deleted column. 😮