Use textareas for JSON columns #16139
Labels
enhancement
A feature request for improving phpMyAdmin
good first issue
has-pr
An issue that has a pull request pending that may fix this issue. The pull request may be incomplete
ui
Issues relating to the user interface
Projects
Milestone
Is your feature request related to a problem? Please describe.
The
jsonfield is currently a small, simple input field. It is very frustrating to work with when I want to inspect or editjsonvalues that are longer than 60 characters. Textareas, like they are used forlongtext, would be the more practical choice for this data type. Especially considering that the MySQL storage requirements explicitly state that they use roughly the same amount of storage:Describe the solution you'd like
Make fields of type
jsonresizable<textarea>s.Describe alternatives you've considered
Increasing the number of columns and rows for input fields in the settings panel. However, this change applies for
charandvarcharas well and not justjson, and it still does not make the input resizable.Additional context
The text was updated successfully, but these errors were encountered: