This topic is locked
[SOLVED]

import fails, generates long ID

6/4/2022 1:10:13 PM
PHPRunner General questions
P
ppradhan@live.com author

I just upgraded phprunner 10.7 build 39273. While running import => Copy and paste text option, the first record is imported and rest all fails.
I found that the ID field in the mysql table is 510449687530354 for the imported data and stops allowing importing because the ID size is maximum.
This is a weired issue I'have had never come across. Can anyone suggest what is the fix for this?

P
ppradhan@live.com author 6/4/2022

changed id from INT to BIGINT and issue is gone.