Betekenis SQL-regel [ OPGELOST ]
Geplaatst: 04 nov 2005, 22:07
Hallo Allemaal,
Wat betekent deze regel: Deze regel kreeg ik nadat ik deze SQL van de Report Posts-mod had uitgevoerd:
Graag als het kan z.s.m antwoord.
Wat betekent deze regel:
Code: Selecteer alles
#1060 - Duplicate column name 'user_report_optout'
Code: Selecteer alles
CREATE TABLE phpbb_post_reports (
report_id MEDIUMINT( 8 ) NOT NULL AUTO_INCREMENT ,
post_id MEDIUMINT( 8 ) NOT NULL ,
reporter_id MEDIUMINT( 8 ) NOT NULL ,
report_status TINYINT( 1 ) DEFAULT '0' NOT NULL ,
report_time INT( 11 ) DEFAULT '0' NOT NULL,
report_comments TEXT,
PRIMARY KEY ( report_id )
);
ALTER TABLE phpbb_users ADD user_report_optout TINYINT( 1 ) DEFAULT '0' NOT NULL ;
INSERT INTO phpbb_config ( config_name, config_value ) VALUES ('report_email', '1');