Procedures and functions can also have a comment in MySQL.
It would be nice to see those in an additional column of the procedure/function table (shown on the table structure page).
Correction: I meant on the page where the tables and procedures in a database are listed.
Addition: The comment could also be shown on top of the page when executing a stored procedure/function.
Good idea. It is implemented here: https://github.com/pematon/adminer, in case you are interested. Scheduled to 4.12 release.
I've added the comment to the call page in 3ad62d55.
Log in to post a comment.
Correction: I meant on the page where the tables and procedures in a database are listed.
Addition: The comment could also be shown on top of the page when executing a stored procedure/function.
Good idea. It is implemented here: https://github.com/pematon/adminer, in case you are interested. Scheduled to 4.12 release.
I've added the comment to the call page in 3ad62d55.