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.
Tabelle con_stat_archive - SQL Create
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`)
)
*** make your own tools (wishlist :: thx)