[TYPO3-dev] IRRE fields on tt_content

Sebastian Gebhard sebastian.gebhard at gmail.com
Tue Jan 12 08:49:32 CET 2010


Am 12.01.2010 08:33, schrieb Dmitry Dulepov:
> Hi!
>
> There are several extensions that do IRRE with tt_content. All of them
> define their own IRRE columns for tt_content table. This is a mess, of
> course.
>
> What do you think about adding such columns as standard solution to the
> tt_content table. Example declaration could be:
>
> CREATE TABLE tt_content (
> ...
> irre_parentid int(11) DEFAULT '0' NOT NULL,
> irre_parenttable varchar(255) DEFAULT '' NOT NULL,
> ...
> );
>
> I am a little in doubt about NOT NULL but it should not hurt much. Using
> NULLable columns may cause more problems than it is worth in terms of
> database size.
>
> What do you think about adding such columns? Do you like field names?
> They are almost the same as in old Olly's IRRE document (with 'irre_'
> prefix added).
>

Nice idea. I guess you come up with that because you're working on t3blog at the moment. If we have 
a best practice extension out there using the fields correctly it would be great!




More information about the TYPO3-dev mailing list