- Code: Select all
#
#-----[ ADD SQL ]------------------------------------------
#
ALTER TABLE groups ADD group_allow_email TINYINT (2) DEFAULT "5" NOT NULL
But I don't know how to add it! I copied ALTER TABLE groups ADD group_allow_email TINYINT (2) DEFAULT "5" and put it in a sql file and had the db update from that file. But it gave me an error that phpbb.grous didnt exist. So what do i do?
THANKS


