1 Answers
Our library assumes that the first column of table is auto-increment which is auto inserted. So we skip it in add process.
If it is not auto-increment in your case, you can set:
$opt[“autoid”] = false;
….
$g->set_options($opt);
If it does not solve, resend query along with code and screenshot. Information provided is very limited.
Your Answer