Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can you edit all columns in a table using phpMyAdmin?

Using phpMyAdmin: can one alter a table's schema by inserting new columns, as one would using spreadsheet software? Like when one creates a new table.

enter image description here

like image 799
Robin Rodricks Avatar asked Feb 19 '26 09:02

Robin Rodricks


1 Answers

If you click the Structure tab you'll be able to affect the columns or add in new ones.

To edit existing columns

  • Check the box on the left of the columns
  • Click the pencil icon below the structure display.

The next screen will allow you to adjust the column properties of those selected.

To add in new columns

Look below the table structure display

  • Enter however many new columns, and where in the table they'll go
  • Click Go.

The next screen will allow you to enter the properties for each of the new columns for the table.

phpMyAdmin

like image 82
random Avatar answered Feb 21 '26 23:02

random



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!