Any ideas? I have the table set right and if I use straight SQL it works correctly but once I use DapperLite, like below, it only gives Id a value of 0.
this.CurrentPunch = new Punches(){ PunchTime = DateTime.Now, Method = "PIN"};
db.Insert(CurrentPunch);