This topic is locked

Autoincrement field

3/19/2010 11:16:41 AM
PHPRunner General questions
K
KennyB author

I have MySQL as the database engine. Field in my table is set to autoincrement. It is primary key for the table.
For some reason the add page is not picking this field up as auto. It does pick it up as required field. Am I missing something in phprunner? Something else to set? Using 5.2 version

K
KennyB author 3/19/2010

Think I fixed it. I must have made a change to table and I hade to remove it from the php project and then re-add the table. The table sync did not see mto pick it up. I added the field as auto inc after I initially had table in project. So I just now have to redo all the work I did for that table.