listof icon indicating copy to clipboard operation
listof copied to clipboard

Simplify data types management

Open alexisrolland opened this issue 5 years ago • 0 comments

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 key sys_attribute.data_type_id

alexisrolland avatar Jun 08 '19 11:06 alexisrolland