This tutorial assumes you’ve already logged in to phpMyAdmin
Now let’s learn how to Insert Fields into database tables
1. Select the Details table on the left
2. In this case, let’s choose to add an Address field AFTER the Name field
3. Select the Type of filed – as an address can be a combination i.e alpha-numeric, select VARCHAR
4. Enter the Length/Value maximum number of characters that you want to allow for this field.
5. Click Save when finished
That’s it! Our Details table now has a new Address field
This is the end of the tutorial. You now know how to add fields in a table using phpMyAdmin