The download id is automatically incremented everytime you add something into the download table. So assuming no download has ever been deleted the number will match the total number of downloads. As soon as any download gets deleted the id will no longer match the number of entries in the table. Why do you care if the download id corresponds to the number of downloads? There is no value in having them be equal.
|