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

Implement models required for Form Submissions API #498

@ekigamba

Description

@ekigamba

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions