TaskType Table
This table stores the information about different types of tasks and their associated IDs.
|
Database Column |
Details |
|---|---|
TaskTypeID
|
Type: integer. Key. Generated ID The id for the task. |
TaskTypeName
|
Type: text (max 32 characters). Key The name of the task. |