Home › Forums › Other › How to setup a database table? › Re: How to setup a database table?
June 30, 2013 at 6:34 pm
#140927
Participant
ID is your table index, every table should have it.
This number keeps track how many different unique entries you have. It starts at 1 and with every entry it auto increments. In the example you have how would you display ascending or descending data? You would only be able to sort it by url or title.