From the docs;
Quote:
REQ_YES - the field is required
REQ_NO - the field is not required
REQ_AUTO - the field can be automatically generated. The does not have any effect on code execution at this time. This is appropriate for things like post times that can be reasonably guessed before inserting the new data. (You will still need to write code to generate the appropriate value!)
REQ_INCR - this field is an AUTO_INCREMENT field in the database, and thus will be automatically generated upon insertion
|
Whether that makes you any wiser is another story .....
See
http://www.vbulletin.com/docs/html?m...rsion=30504500