[TYPO3-english] fe_user field modification

Philipp Gampe philipp.gampe at typo3.org
Tue Jul 15 19:53:16 CEST 2014


Hi Katja,

Katja Lampela wrote:

> ok, now I put this in the myext/ext_tables.sql file:
> 
> ALTER TABLE fe_users change title title text;

CREATE TABLE fe_users (title text);

The ext_tables.sql files are parsed by TYPO3 and then merged in the right 
order. TYPO3 CMS only understands a limited subset of the SQL language.

Best regards
-- 
Philipp Gampe – PGP-Key 0AD96065 – TYPO3 UG Bonn/Köln
Documentation – Active contributor TYPO3 CMS
TYPO3 .... inspiring people to share!



More information about the TYPO3-english mailing list