Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('asset.course_module_course_id_seq'::regclass) |
|
|
|||||||||||
| name | text | 2147483647 | null |
|
|
||||||||||||
| course_number | text | 2147483647 | null |
|
|
||||||||||||
| section_number | text | 2147483647 | √ | null |
|
|
|||||||||||
| owning_lib | int4 | 10 | √ | null |
|
|
|||||||||||
| is_archived | bool | 1 | √ | false |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| course_module_course_pkey | Primary key | Asc | id |
