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

Implement models required for Form Submissions API #498

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

Implement models required for Form Submissions API #498

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

Comments

@ekigamba
Copy link

ekigamba commented Aug 2, 2019

The following models will be required by the Form Submissions API

  • form s table
  • form_metadata

The client_forms table will have the following columns

Column name Column Type Nullable Indexes Misc
id int no PK, FK of client_form_metadata.id auto_incremented
json JSONB no

The client_form_metadata table will have the following columns:

Column name Column Type Nullable Indexes
id int no PK
identifier varchar no b_tree
jurisdiction varchar yes
form_version varchar no b_tree
label varchar no
module varchar yes
@ekigamba ekigamba self-assigned this Aug 6, 2019
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

1 participant