This document introduces the AUTO_INCREMENT column attribute, including its concept, implementation principles, auto-increment related features, and restrictions. You can also use the AUTO_INCREMENT ...
This is related to me learning Django but it's specific to MySQL so I'll treat it as such.<BR><BR>I need a table that includes:<BR><BR>id - primary key (auto increment)<BR>text - object ...