glow Posted November 5, 2011 Share Posted November 5, 2011 I got some instructions by my developers to add a field to a table, and I have no clue how, these are instructions: " In mysql: add a field in the products table called "folder". It will be varchar(200) " can someone please explain to my less developed brain how to do this? Thanks Quote Link to comment Share on other sites More sharing options...
Pikachu2000 Posted November 5, 2011 Share Posted November 5, 2011 If you have phpMyAdmin available to use, that would be the easiest way. Otherwise, you'll need to execute an ALTER TABLE[/m] query either via the MySQL command line interface, or php. Quote Link to comment Share on other sites More sharing options...
glow Posted November 6, 2011 Author Share Posted November 6, 2011 Thanks you for responding and yes I'm using mysql bu I have no clue as to how to add that field and most tutorials that i find are to add columns. Care to help with some instructions? Quote Link to comment Share on other sites More sharing options...
Pikachu2000 Posted November 6, 2011 Share Posted November 6, 2011 A field is the same as a column. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.