News

If you do want to delete stuff MySQL shouldn't reuse the auto_inc. DO NOT reset the database unless you've been doing testing and such and are now going live (and even then it's questionable).
This is related to me learning Django but it's specific to MySQL so I'll treat it as such.I need a table that includes:id - primary key (auto increment)text - object descriptionversion - version ...