opensrp / opensrp-server

OpenSRP backend
https://smartregister.atlassian.net/wiki/display/Documentation/OpenSRP+Developer%27s+Guide
Other
24 stars 37 forks source link

Implement models required by Manifest API #500

Open ekigamba opened 5 years ago

ekigamba commented 5 years ago

The following models will be required by the Manifest API:

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