[Typo3-dev] tt_products 2.0.0 (table error)

René Rossi rossi at uni-wuppertal.de
Fri Apr 8 18:01:04 CEST 2005


Franz Holzinger wrote:

> Hello René,
>
>>> CREATE TABLE tt_products (
>>>  uid int(11) unsigned NOT NULL auto_increment,
>>>  pid int(11) unsigned NOT NULL default '0',
>>
>>
>> No, that is wrong.
>
> I mean not wrong, but that the ext_tables.sql entry is identical to 
> your db dump! The line "uid int(11) unsigned NOT NULL auto_increment" 
> has been wrong.
> Is there any need to make this wrong again?
>
>> It has been:
>> #
>> # Table structure for table 'tt_products'
>> #
>> CREATE TABLE tt_products (
>>   uid int(11) unsigned DEFAULT '0' NOT NULL auto_increment,
>>   pid int(11) unsigned DEFAULT '0' NOT NULL,
>
but i had to inserd in the ext_tables.sql of the new version the 
"default" key, after the update, to get the error msgs away althrough 
this is´nt in the actual table structure.




More information about the TYPO3-dev mailing list