I have two tables with bigint:
table1 id bigint(20) PK autoincrement name varchar(40), text table2 id bigint(20) PK autoincrement created datetime text_fiel
I solved this problem by change to another php version,that is changing from 64bit php version to 32bit php version. That really works for me.