Is your feature request related to a problem? Please describe.
It would be nice to have a better way to control/edit/visualize the ENUM types or other domains types.
Describe the solution you'd like
For example, a square object (another that the tables it self) with the list of ENUM values or specific characteristics the value allowed to the that field (and is connected to that field).

Describe alternatives you've considered
Right now I am editing, the the ENUM example, a type as ENUM('value1', 'value2', 'value3'). But it is too verbose to displayed.
Is your feature request related to a problem? Please describe.
It would be nice to have a better way to control/edit/visualize the ENUM types or other domains types.
Describe the solution you'd like
For example, a square object (another that the tables it self) with the list of ENUM values or specific characteristics the value allowed to the that field (and is connected to that field).
Describe alternatives you've considered
Right now I am editing, the the ENUM example, a type as
ENUM('value1', 'value2', 'value3'). But it is too verbose to displayed.