Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify data types management #89

Open
alexisrolland opened this issue Jun 8, 2019 · 0 comments
Open

Simplify data types management #89

alexisrolland opened this issue Jun 8, 2019 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@alexisrolland
Copy link
Owner

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 alexisrolland added the enhancement New feature or request label Jun 8, 2019
@alexisrolland alexisrolland self-assigned this Jun 8, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant