[Typo3-dev] tt_products 2.0.0 (table error)

René Rossi rossi at uni-wuppertal.de
Fri Apr 8 17:46:44 CEST 2005


Franz Holzinger wrote:

> No, that is wrong.
> 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,
>
> Which MySQL version do you use?
> Has something got damaged?
>
> Franz

Of course, in the ext_tables.sql of version 1.2.7 is this.
#
# 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,

the above was a dump of the existing table in the database witch differs 
from this but if i would make an update of the extension it would be the 
same as in the ext_tables.sql shiped with the 2.0.0 version where the 
DEFAULT iss´nt present.
so there should be no reason to update this tables nor get any error msg.

im confused ;)
a damage should not been happen if so it should have on both systems.

The sql version is Mysql Version 3.23.52




More information about the TYPO3-dev mailing list