Skip to content
This repository has been archived by the owner on Jan 21, 2021. It is now read-only.

Implement models required by Manifest API #500

Open
ekigamba opened this issue Aug 6, 2019 · 0 comments
Open

Implement models required by Manifest API #500

ekigamba opened this issue Aug 6, 2019 · 0 comments
Assignees

Comments

@ekigamba
Copy link

ekigamba commented Aug 6, 2019

The following models will be required by the Manifest API:

  • Manifest

The table holding the manifests will have the following columns:

Column name Column Type Nullable Indexes Misc
id int no PK auto_incremented
json JSONB no
app_version String no b_tree
created_at long no
updated_at long no

The manifest will be stored inside the json field

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

No branches or pull requests

2 participants