[TYPO3-english] Re: Default charset in ext_tables.sql

Ildar ildar.programist at gmail.com
Thu May 9 22:33:33 CEST 2013


I'm sorry, parser returns

CREATE TABLE table1 (
col1 varchar(64) NOT NULL default '',
col2 varchar(64) NOT NULL default '',
col3 text NOT NULL,
PRIMARY KEY (col1,col2)
) ENGINE=InnoDB;


More information about the TYPO3-english mailing list