Seite 1 von 1

Tabelle con_stat_archive - SQL Create

Verfasst: Di 29. Jan 2008, 13:39
von SaschaP
Hallo.

Könnte mir jemand freundlicherweise das Create Statement zum Erstellen der con_stat_archive Tabelle hier posten? Die Tabelle ist gecrasht und nicht reparierbar.

Danke.

Verfasst: Di 29. Jan 2008, 14:17
von emergence

Code: Alles auswählen

CREATE TABLE `con_stat_archive` (
  `idstatarch` int(10) NOT NULL default '0',
  `archived` varchar(6) NOT NULL,
  `idcatart` int(10) NOT NULL default '0',
  `idlang` int(10) NOT NULL default '0',
  `idclient` int(10) NOT NULL default '0',
  `visited` int(6) NOT NULL default '0',
  `visitdate` datetime default '0000-00-00 00:00:00',
  PRIMARY KEY  (`idstatarch`)
)