Turn permanently on/off the 'Default' and 'Comment' fields
Database management in a single PHP file
Brought to you by:
jakubvrana
I aways use the 'Default' and 'Comment' fields in mysql. Unfortunately in adminer.php these columns are turned off by default... At least the 'Comment' is turned on if there is at least one comment in the table, but when creating new tables, 'Comment' is always off.
It would be possible to save a cookie with the state of 'Default' and 'Comment' fields so the last state is restored on the next page load? That would increase a lot the user experience when creating/designing databases...
Thank you!
The Default value is displayed if the window is wide enough. I agree that persisting this state to a cookie both for the Default value and for the Comment would be better.
Fixed by 21f0481a.