Columns
Column | Type | Size | Nulls | Auto | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|
activity_type_id | int4 | 10 | √ |
|
|
Primary key (automatically incremented). |
||||
activity_type | varchar(50) | 50 | √ |
|
|
Name showing the type of activity or life stage. |
||||
description | text | 2147483647 | √ |
|
|
Detailed description of the organism’s state during the specified time, such as ‘adult’ or ‘flowering’. |
||||
date_updated | timestamptz | 35,6 | √ |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
tbl_activity_types_pkey | Primary key | Asc | activity_type_id |
tbl_activity_types_activity_type_key | Must be unique | Asc | activity_type |
tbl_activity_types_activity_type_unique | Must be unique | Asc | activity_type |