Pie
Run this whole block
Code:
CREATE TABLE userpage (
userid INT( 15 ) UNSIGNED NOT NULL ,
pagedata TEXT NOT NULL ,
rating INT NOT NULL ,
dateline INT( 10 ) NOT NULL ,
username VARCHAR(255) NOT NULL,
PRIMARY KEY ( userid ))
then run
Code:
ALTER TABLE usergroup ADD userpagepermissions INT( 10 ) UNSIGNED DEFAULT '0' NOT NULL
Amy has written it standard, there is nothing confusing about it.