habe auch diesmal alles wie vorgegeben ausgeführt, aber leider auch jetzt eine fehlermeldung?
You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'CURRENT_TIMESTAMP COMMENT 'Zeitpunkt, an dem der Zahlungsvorgan Nr: 1064 in Zeile 2
ALTER TABLE `tzahlungsid` ADD `dDatum` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT 'Zeitpunkt, an dem der Zahlungsvorgang gestartet wird' AFTER `txn_id` ;
You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP,PRIMARY KEY (`kR Nr: 1064 in Zeile 63
CREATE TABLE `trating_ip` (`kRating_ip` int(10) unsigned NOT NULL auto_increment,`kArtikel` int(10) unsigned NOT NULL,`cIP` varchar(20) NOT NULL,`dDate` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP,PRIMARY KEY (`kRating_ip`),KEY `cIP` (`cIP`)) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Alle IPs, welche bisher für eine bestimmte Abstimmung gevoted haben' AUTO_INCREMENT=1 ;
ich möchte wirklich nicht nerven aber ich habe absolut keine lust ständig meinen müll neu und komplett hochzuladen.
bitte um hilfe, da die befehlszeilen oben für mich nicht verständlich sind, danke...
p.s. ich habe den sql-befehl (212-213)natürlich auch dieses mal nur 1x ausgeführt.
You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'CURRENT_TIMESTAMP COMMENT 'Zeitpunkt, an dem der Zahlungsvorgan Nr: 1064 in Zeile 2
ALTER TABLE `tzahlungsid` ADD `dDatum` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT 'Zeitpunkt, an dem der Zahlungsvorgang gestartet wird' AFTER `txn_id` ;
You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP,PRIMARY KEY (`kR Nr: 1064 in Zeile 63
CREATE TABLE `trating_ip` (`kRating_ip` int(10) unsigned NOT NULL auto_increment,`kArtikel` int(10) unsigned NOT NULL,`cIP` varchar(20) NOT NULL,`dDate` timestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP,PRIMARY KEY (`kRating_ip`),KEY `cIP` (`cIP`)) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Alle IPs, welche bisher für eine bestimmte Abstimmung gevoted haben' AUTO_INCREMENT=1 ;
ich möchte wirklich nicht nerven aber ich habe absolut keine lust ständig meinen müll neu und komplett hochzuladen.
bitte um hilfe, da die befehlszeilen oben für mich nicht verständlich sind, danke...
p.s. ich habe den sql-befehl (212-213)natürlich auch dieses mal nur 1x ausgeführt.