You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=MyISAM' at line 1
La requête est : CREATE TABLE wa_abo_liste ( abo_id INTEGER NOT NULL DEFAULT 0, liste_id SMALLINT NOT NULL DEFAULT 0, format TINYINT(1) NOT NULL DEFAULT 0, send TINYINT(1) NOT NULL DEFAULT 0, register_key CHAR(20), register_date INTEGER NOT NULL DEFAULT 0, confirmed TINYINT(1) NOT NULL DEFAULT 0, CONSTRAINT wa_abo_liste_pk PRIMARY KEY (abo_id, liste_id), CONSTRAINT register_key_idx UNIQUE (register_key) ) TYPE=MyISAM
Partager