What does this mean?

Silentflesh

Paragon
Joined
Jun 17, 2009
Messages
1,038
Reaction score
0
FP$
6
I'm installing the posting template mod and I'm just wondering, what does this mean

Code:
ALTER TABLE phpbb_forums ADD forum_post_tpl TEXT DEFAULT '' NULL;
 
It is used as an SQL query, go to the database you have your forum saved in, and click SQL up the top, and paste that in and click go
 
Code:
Error
SQL query:

ALTER TABLE kgs5_forums ADD forum_post_tpl TEXT DEFAULT  '' NULL

MySQL said: 

#1060 - Duplicate column name 'forum_post_tpl'
 
Back
Top Bottom