Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | int4 | 10 | √ | null |
|
|
Primary key ID for the application |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
ccbc_number | varchar | 1000 | √ | null |
|
|
Reference number assigned to the application |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
owner | varchar | 1000 | null |
|
|
The owner of the application, identified by its JWT sub |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
intake_id | int4 | 10 | √ | null |
|
|
The intake associated with the application, set when it is submitted |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
created_by | int4 | 10 | √ | null |
|
|
created by user id |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
created_at | timestamptz | 35,6 | now() |
|
|
created at timestamp |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
updated_by | int4 | 10 | √ | null |
|
|
updated by user id |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
updated_at | timestamptz | 35,6 | now() |
|
|
updated at timestamp |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
archived_by | int4 | 10 | √ | null |
|
|
archived by user id |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
archived_at | timestamptz | 35,6 | √ | null |
|
|
archived at timestamp |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
program | text | 2147483647 | 'CCBC'::text |
|
|
Program type of the project |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
application_pkey | Primary key | Asc | id |
application_intake_id | Performance | Asc | intake_id |
ccbc_owner | Performance | Asc | owner |
ccbc_public_application_archived_by_foreign_key | Performance | Asc | archived_by |
ccbc_public_application_created_by_foreign_key | Performance | Asc | created_by |
ccbc_public_application_updated_by_foreign_key | Performance | Asc | updated_by |