Table Type: Metadata
This table contains the wrap up code definitions.
Columns
| Column | Type | Modifiers | Notes |
|---|---|---|---|
| id | string | Primary Key | The unique identifier of the wrap up code |
| db_last_updated | datetime | The last time this record was updated in the database | |
| db_when_created | datetime | The time this record was created in the database | |
| db_when_deleted | datetime | The time this record was deleted in the database or NULL | |
| name | string | The name of the wrap up code | |
| division_id | string | The division_id of the wrap up code | |
| division_name | string | The division name of the wrap up code | |
| date_created | datetime | The date the wrap up code was created | |
| date_modified | datetime | The date the wrap up code was last modified | |
| created_by | string | The user-id who created the wrap up code | |
| modified_by | string | The user-id who last modified the wrap up code |
