Using phpMyAdmin is Better than PHPRunner for Database Modification

Using phpMyAdmin is better to add new columns because:

  • new column in PHPRunner can only be added after the last column of the table. No option to re-arrange it
  • in phpMyAdmin, column can be added after or before any column and also can be re-arranged