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

Database update #54

Open
ReneRanzinger opened this issue Mar 26, 2024 · 4 comments
Open

Database update #54

ReneRanzinger opened this issue Mar 26, 2024 · 4 comments
Assignees

Comments

@ReneRanzinger
Copy link
Member

ReneRanzinger commented Mar 26, 2024

  • datatype.description should be varchar(4000)
  • metadata table add value_uri (varchar4000) and value_id (varchar255)
  • new namespace table with namespaceid (serial), name (varchar255), dictionary (varchar4000). dictionary can be null
  • datatype.namespace if foreign key to namespace table
  • dataype add column multiple (boolean)

Default table values
Namespace:

Category:

  • x, GlyGen Glycomics Data, Metadata required for the data export into the GlyGen Glycomics Data format.
@senaarpinar
Copy link
Contributor

changes are done

@senaarpinar
Copy link
Contributor

@ReneRanzinger Do we have a list of default datatypes for GlyGen Glycomics Data category. Should we create some default datatypes at startup?

Also, the categories are user-specific, right? Do we need userid in datatype category table? What about GlyGen Glycomics Data category in such a case?

@ReneRanzinger
Copy link
Member Author

This is the GlyGen format we want to export.

GlyGen format.docx

We need these columns and a "GlyGen Glycomics Data" category.

@senaarpinar
Copy link
Contributor

@ReneRanzinger can you assign descriptions for each field

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants