XPerties Posted August 17, 2002 Posted August 17, 2002 This is what I get when I try to run the command. Of course I havent a clue if Im doing it right but the hack says to do this:add g_glow varchar(20) NOT NULL DEFAULT ""And this is what I get when trying: add g_glow varchar(20) NOT NULL DEFAULTMySQL said: You have an error in your SQL syntax near 'add g_glow varchar(20) NOT NULL DEFAULT' at line 1Any ideas?-Xperties
fubar Posted September 7, 2002 Posted September 7, 2002 The command would be something like:ALTER TABLE 'database'.'table' ADD 'g_glow' VARCHAR(20) NOT NULL But if you're using phpMyAdmin you can do it using their forms. Like in the table properties find "Add new field :" and you should see a few drop down boxes next to it. Makes it easier if you're not familiar with the command structure.
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now