listof
listof copied to clipboard
Simplify data types management
Investigate if it's possible to simplify data types management:
- Use
sys_data_type
table to expose clean data types in the front end - Use PostgreSQL data types info from catalog tables
- Store supported PostgreSQL data types in
sys_attribute.data_type
instead of foreign keysys_attribute.data_type_id