prince le (@prince777) |
[SQL]<br />
update jcow_forum_posts set stream_id='135284' where id='52'<br />
<br />
[Error]<br />
Unknown column 'stream_id' in 'field list'<br />
i keep getting this message when trying to add a post on the forums<br />
Please help in fixing this.
in phpMyAdmin, sql-tab
Code
ALTER TABLE jcow_forum_posts
ADD stream_id
INT( 11 ) NOT NULL
R4ym0nd @r4ym0nd
146 months ago
|