Koha::Schema::Result::Course
courses
data_type: 'integer' is_auto_increment: 1 is_nullable: 0
data_type: 'varchar' is_nullable: 1 size: 80
data_type: 'varchar' is_nullable: 1 size: 255
data_type: 'varchar' is_nullable: 1 size: 255
data_type: 'varchar' is_nullable: 1 size: 255
data_type: 'varchar' is_nullable: 1 size: 80
data_type: 'longtext' is_nullable: 1
data_type: 'longtext' is_nullable: 1
data_type: 'varchar' is_nullable: 1 size: 20
data_type: 'enum' default_value: 'yes' extra: {list => ["yes","no"]} is_nullable: 0
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