DotNetNext/MySqlSugar

we should changed the insert meothd

Liuqin opened this issue · 2 comments

Insert Without the AUTO_INCREMENT

string sql = string.Format("alter table xxxtable AUTO_INCREMENT={0};", s);
db.ExecuteCommand(sql);