HELP: Auto-Increment Column
An auto-increment ID column can be useful when working with your MySQL table. Setting this to "YES" will add an auto-increment ID column as the first column of your MySQL table. The name of this column by default is phpmill_id to aviod duplication of names with columns in your datafeed. A primary key is created on this column. You can change the name of this column with the setting AUTO_INCREMENT_COLUMN_NAME in the configure.php file located in the includes folder.
Close Window [x]