PHP Questions Forums : mySQL Questions and Answers
Do you need an id field on a tableBy: Timjohns [26-January-10 8:54AM]25 posts |
|
Most tables that I have worked with in mySQL have an id field (or similary named) at the start which autoincrements with each post. | |
Re : Do you need an id field on a tablePetetimms [27-January-10 5:16PM] 11 posts |
|
|
No you don't have to have an autoincrement field when working with a database table, but it can certainly be a useful thing to have and you will find this with many tables.
| |

