Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| history_id | bigserial | 19 | √ | nextval('tbl_course_history_history_id_seq'::regclass) |
|
|
Primary key |
|
| course_id | int8 | 19 | √ | null |
|
|
Course ID |
|
| title | varchar | 200 | √ | null |
|
|
Course Title |
|
| description | text | 2147483647 | √ | null |
|
|
Course Description |
|
| createdby | varchar | 50 | √ | null |
|
|
||
| createddate | timestamp | 29,6 | √ | null |
|
|
||
| modifiedby | varchar | 50 | √ | null |
|
|
||
| modifieddate | timestamp | 29,6 | √ | null |
|
|
||
| is_active | bool | 1 | √ | null |
|
|
Active Flag |
|
| is_mandatory | bool | 1 | √ | null |
|
|
Mandatory Flag |
|
| category | varchar | 100 | √ | null |
|
|
Course Category |
|
| course_type | varchar | 50 | √ | null |
|
|
Course Type |
|
| varchar | 500 | √ | null |
|
|
Tags |
||
| deadline | int8 | 19 | √ | null |
|
|
Default Deadline (Hours) |
|
| thumbnail | text | 2147483647 | √ | null |
|
|
Thumbnail |
|
| duration | int8 | 19 | √ | null |
|
|
Duration (Minutes) |
|
| applicable_criteria | text | 2147483647 | √ | null |
|
|
Applicable Criteria (Assignment JSON) |
|
| search_applicable_criteria | text | 2147483647 | √ | null |
|
|
Search Applicable Criteria (Library JSON) |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| tbl_course_history_pkey | Primary key | Asc | history_id |
