submission_chapter_authors


Description

The list of authors associated with each submission chapter.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
author_id BIGINT 19 null
authors.author_id submission_chapter_authors_author_id_foreignC
chapter_id BIGINT 19 null
submission_chapters.chapter_id submission_chapter_authors_chapter_id_foreignC
primary_contact SMALLINT 5 0
seq DOUBLE 8,2 0.00

Indexes

Constraint Name Type Sort Column(s)
chapter_authors_pkey Must be unique Asc/Asc author_id + chapter_id
submission_chapter_authors_author_id Performance Asc author_id
submission_chapter_authors_chapter_id Performance Asc chapter_id

Relationships