You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the solution you'd like
Set an option to show just short named data types, like varchar and not character varying, on grids and table column properties. It consumes a lot of GUI space and it is annoying... nobody use character varying, timestamp without time zone... just too long. Just use pg data type aliases, like varchar, bool, float, timetz, timestamptz, timestampt, etc... I would be even happier if timestamp became ts, date dt, varchar, vc, etc.. but just using common datatype aliases would be good.
Also updatable select datagrids should show if column is NN, currently is not.
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
Describe the solution you'd like
Set an option to show just short named data types, like varchar and not character varying, on grids and table column properties. It consumes a lot of GUI space and it is annoying... nobody use character varying, timestamp without time zone... just too long. Just use pg data type aliases, like varchar, bool, float, timetz, timestamptz, timestampt, etc... I would be even happier if timestamp became ts, date dt, varchar, vc, etc.. but just using common datatype aliases would be good.
Also updatable select datagrids should show if column is NN, currently is not.
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: