[TYPO3-english] fe_user field modification
    Katja Lampela 
    katja.lampela at lieska.net
       
    Tue Jul 15 13:10:36 CEST 2014
    
    
  
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?
-- 
Kind regards,
Katja Lampela
www.lieska.net
    
    
More information about the TYPO3-english
mailing list