Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
activity_id | int8 | 19 | null |
|
|
|||||||||
project_id | int8 | 19 | null |
|
|
|||||||||
activity_type_id | int4 | 10 | null |
|
|
|||||||||
activity_date | date | 13 | null |
|
|
|||||||||
description | text | 2147483647 | null |
|
|
|||||||||
is_highlight | bool | 1 | null |
|
|
|||||||||
published_by | int8 | 19 | null |
|
|
|||||||||
published_time | timestamptz | 35,6 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
published_activities_pkey | Primary key | Asc | activity_id |
published_activities_project_id_idx | Performance | Asc | project_id |