Engine.Sync2 should sync fields in the same order as in code #1359

Open
opened 2019-07-22 07:04:51 +00:00 by zhiqiangxu · 0 comments
zhiqiangxu commented 2019-07-22 07:04:51 +00:00 (Migrated from github.com)

Currently Engine.Sync2 will append fields at the tail no matter where the added fields locates, it should keep the order by using sql like add column after ... :)

Currently `Engine.Sync2` will append fields at the tail no matter where the added fields locates, it should keep the order by using sql like `add column after ...` :)
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: xorm/xorm#1359
No description provided.