xorm
xorm copied to clipboard
Engine.Sync2 should sync fields in the same order as in code
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 ... :)