| # | Column Name | Nullable | Data Type | Max Length | Description |
|---|---|---|---|---|---|
| 1 | verification_status_id | smallint | 0 | The primary key of this table. | |
| 2 | verification_status_name | character varying | 128 | The name of verification status, which is a unique field. |
| # | Column Name | Key Name | References |
|---|
| Index Name | Owner | Access Method | Definition | Description |
|---|---|---|---|---|
| verification_statuses_pkey | postgres | btree | verification_status_id | |
| verification_statuses_verification_status_name_uix | postgres | btree | upper(verification_status_name::text) |
| Constraint Name | Description |
|---|
| # | Column Name | Default |
|---|
| Trigger Name | Targets | On Event | Timing | Condition | Order | Orientation | Description |
|---|