[TYPO3-english] Set column comment inside ext_tables.sql

Peter Ruijter peter.ruijter at gmail.com
Tue Dec 11 09:40:39 CET 2012


Hi List,

Is it possible to set a (MYSQL) column comment from an ext_tables.sql file?

When I add for example:

CREATE TABLE quiz (
   userid mediumint(8) DEFAULT '0' NOT NULL COMMENT 'This is the uid of the
users',
);

The records with a column comment will keep appearing inside the extension
manager, when I try to reinstall the extension.

-- 

Kind regards,

Peter Ruijter
*Peter Industries*
www.peterindustries.com


More information about the TYPO3-english mailing list