Colton Idle
05/13/2024, 3:36 PMError migrating from 1.db, fresh database looks different from migration database:
/tables[myTable]/columns[myTable.someId]/ordinalPosition - CHANGED
BEFORE:
3
AFTER:
2
Am I missing something here. Can you not add a new column into the middle of the table. Does it have to be at the end?Colton Idle
05/13/2024, 3:40 PMsaket
05/13/2024, 3:43 PMColton Idle
05/13/2024, 3:46 PMjw
05/13/2024, 3:49 PMThe new column is always appended to the end of the list of existing columns.