Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_perform_track_id_seq'::regclass) |
|
|
||||||||
activity_id | int8 | 19 | 0 |
|
|
|||||||||
description | text | 2147483647 | √ | null |
|
|
||||||||
status | int2 | 5 | null |
|
|
|||||||||
subject_instance_generation | int2 | 5 | 0 |
|
|
|||||||||
schedule_is_open | int2 | 5 | 1 |
|
|
|||||||||
schedule_is_fixed | int2 | 5 | 1 |
|
|
|||||||||
schedule_fixed_from | int8 | 19 | √ | null |
|
|
||||||||
schedule_fixed_to | int8 | 19 | √ | null |
|
|
||||||||
schedule_fixed_timezone | varchar | 255 | √ | null |
|
|