Compositions

The Compositions table provides a list of all the different compositions that the database contains. E.g. Sri Guru Granth Sahib.

Columns

id

The unique identifier of the source.

TypeConstraints
integerPrimary Key

name_english

The name of the source, in English.

TypeConstraints
textNot Null

name_gurmukhi

The name of the source, in Gurmukhi, ASCII representation.

TypeConstraints
textNot Null

length

The number of physical "pages" in the source.

TypeConstraints
integerNot Null

page_name_english

The name of physical "pages" in the source, in English.

TypeConstraints
textNot Null

page_name_gurmukhi

The name of physical "pages" in the source, in Gurmukhi, ASCII representation.

TypeConstraints
textNot Null