Users want to know more information on table columns quicker in the schema browser. Such as NULLABLE. We could possibly add tooltips with extra information.
In the tree view, table / field information :
- table-name
- columns
- id (bigint(20))
it would ever so helpful if you would show:
- table-name
- columns
- id (bigint(20), not null)
for items that are NOT nullable. if they are, don't suffix.
And if the user used User Defined Data Types:
- table-name
- columns
- id (id_field)
It really needs to be expanded:
- table-name
- columns
- id (id_field (bigint(20), not null)
Issue #7794 |
Closed |
Completion |
No due date |
No fixed build |
No time estimate |