When newcol is added at the start of the table, the migration is failing with below message. This needs to be handled properly and fixed.
Schema migration failed, err: 24 errors
table: exampletable mismatch col: newcol, prop: Name, input: newcol, target: oldcol
Workaround: reload the table.
When
newcolis added at the start of the table, the migration is failing with below message. This needs to be handled properly and fixed.Workaround: reload the table.