[TYPO3-english] fe_user field modification

bernd wilke t3ng at bernd-wilke.net
Tue Jul 15 13:54:58 CEST 2014


Am 15.07.14 13:10, schrieb Katja Lampela:
> 15.7.2014 12.44, bernd wilke kirjoitti:
>
>> if you need more characters in a field you need to redefine the database
>> declaration too.
>> TCA is just for defining the BE-form.
>> so your extension also needs to enhance the database table in
>> ext_tables.sql
>> and have dependencies in mind: your extension needs to be loaded after
>> the initial definition!
>
> ok, now I put this in the myext/ext_tables.sql file:
>
> ALTER TABLE fe_users change title title text;
>
> It doesn't help, maybe the format is wrong, I copied it here:
> http://people.merea.se/david/2006/12/18/5/
>
> I would think the extensions are loaded last anyway, or what do you mean
> by dependencies?

correct.
after this change your database table should be modified - or you should 
be prompted in the Install-Tool -> DB-compare for a change (if you have 
not reinstalled your extension)

inspect your database with phpmyadmin or similar!


bernd
-- 
http://www.pi-phi.de/cheatsheet.html


More information about the TYPO3-english mailing list