[Typo3-dev] tt_products 2.0.0 (table error)

Franz Holzinger franz at fholzinger.com
Fri Apr 8 16:53:35 CEST 2005


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,


Franz




More information about the TYPO3-dev mailing list