Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | INT UNSIGNED | 10 | √ | null |
|
|
Unique Case ID |
|||||||
case_type_id | INT UNSIGNED | 10 | null |
|
|
FK to civicrm_case_type.id |
||||||||
subject | VARCHAR | 128 | √ | null |
|
|
Short name of the case. |
|||||||
start_date | DATE | 10 | √ | null |
|
|
Date on which given case starts. |
|||||||
end_date | DATE | 10 | √ | null |
|
|
Date on which given case ends. |
|||||||
details | TEXT | 65535 | √ | null |
|
|
Details about the meeting (agenda, notes, etc). |
|||||||
status_id | INT UNSIGNED | 10 | null |
|
|
Id of case status. |
||||||||
is_deleted | TINYINT | 3 | √ | 0 |
|
|
||||||||
created_date | TIMESTAMP | 19 | √ | null |
|
|
When was the case was created. |
|||||||
modified_date | TIMESTAMP | 19 | √ | CURRENT_TIMESTAMP |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
index_case_type_id | Performance | Asc | case_type_id |
index_is_deleted | Performance | Asc | is_deleted |