I use xorm engine.Sync2 to sycn tables with sqlite3 driver. But when I sync these tables again, it prompts "near "MODIFY": syntax error". It seems that SQLite only supports synchronization once. However, I never met this problem in mysql and postgresql. How could I solve this problem?
Asked
Active
Viewed 52 times