[TYPO3-dam] [DAM] Schema description 'fe_group' version 1.0.100 !

Yoann Jean yoann.jean at advoo.fr
Mon Jun 4 15:46:54 CEST 2007


Hello Everyone,

I have a question about schema description on version 1.0.100 versus  
1.0.11 or 1.0.8.

Indeed, in the file "ext_tables.sql", we have :
version 1.0.8 / 1.0.11 :
   # could be usefull for frontend applications which use the dam data
   hidden tinyint(4) unsigned DEFAULT '0' NOT NULL,
   starttime int(11) unsigned DEFAULT '0' NOT NULL,
   endtime int(11) unsigned DEFAULT '0' NOT NULL,
   fe_group int(11) DEFAULT '0' NOT NULL,


version 1.0.100 :
   # could be usefull for frontend applications which use the dam data
   hidden tinyint(4) unsigned DEFAULT '0' NOT NULL,
   starttime int(11) unsigned DEFAULT '0' NOT NULL,
   endtime int(11) unsigned DEFAULT '0' NOT NULL,
   fe_group varchar(100) DEFAULT '0' NOT NULL,

As you can see, there is a difference between the 'fe_group'  
declaration.

As I need to implement fe restrictions for dameasysearch, I want to  
know on which model do I have to work ? int(11) or varchar(100) ?

If the correct one is int(11), how do you work with it ? ('cause it  
won't be a string of comma separated uids)
If the correct one is varchar(100), can I presume that it will be ok  
for 1.0.12 ?

Thanks for your help on this point.

Regards,

--
Yoann Jean








More information about the TYPO3-project-dam mailing list