[Typo3-dev] tt_products 2.0.0 (table error)

Rupert Germann rupi at gmx.li
Fri Apr 8 17:28:35 CEST 2005


Hi,

Franz Holzinger wrote:
>>> 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,
> 
> 
> Franz





More information about the TYPO3-dev mailing list