Hi, List.

Is there a way to manage komposite kayes for MySQL so Install Tool wouldn't 
complain, that definition is wrong and proposes to remove and recreate the key?

I have following in my ext_tables.sql:
CREATE TABLE tx_pxmytable (
        uid int(11) NOT NULL auto_increment,
        pid int(11) DEFAULT '0' NOT NULL,
       entity_uid int(11) DEFAULT '0' NOT NULL,
        user_uid int(11) DEFAULT '0' NOT NULL,

        PRIMARY KEY (uid),
        KEY parent (pid),
        KEY  entity (entity_uid, user_uid)
);

Install Tool complains about this line:
KEY  entity (entity_uid, user_uid)
_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Reply via email to