Forum Moderators: open
CREATE TABLE phpbb_ads_images (
id int(11) NOT NULL default '0',
img_seq_no int(11) NOT NULL AUTO_INCREMENT,
img_description text NOT NULL,
img_deleted_ind tinyint(1) NOT NULL default '0',
PRIMARY KEY (id, img_seq_no));
however one person reports an error....
MySQL said:
#1075 - Incorrect table definition; there can be only one auto column and it must be defined as a key
Any ideas?
Thanks,PeTe