Koha::Schema::Result::Course
courses
data_type: 'integer' is_auto_increment: 1 is_nullable: 0
unique id for the course
data_type: 'varchar' is_nullable: 1 size: 80
the authorised value for the DEPARTMENT
data_type: 'varchar' is_nullable: 1 size: 255
the 'course number' assigned to a course
data_type: 'varchar' is_nullable: 1 size: 255
the 'section' of a course
data_type: 'varchar' is_nullable: 1 size: 255
the name of the course
data_type: 'varchar' is_nullable: 1 size: 80
the authorised value for the TERM
data_type: 'longtext' is_nullable: 1
the text of the staff only note
data_type: 'longtext' is_nullable: 1
the text of the public / opac note
data_type: 'varchar' is_nullable: 1 size: 20
how many students will be taking this course/section
data_type: 'enum' default_value: 'yes' extra: {list => ["yes","no"]} is_nullable: 0
determines whether the course is active
data_type: 'timestamp' datetime_undef_if_invalid: 1 default_value: current_timestamp is_nullable: 0
Type: has_many
Related object: Koha::Schema::Result::CourseInstructor
Type: has_many
Related object: Koha::Schema::Result::CourseReserve
Type: many_to_many
Composing rels: "course_instructors" -> borrowernumber