[]Module cortex::schema::corpora::columns

Contains all of the columns of this table

Structs

complex

The complex column of the corpora table.

description

The description column of the corpora table.

id

The id column of the corpora table.

name

The name column of the corpora table.

path

The path column of the corpora table.

star

Represents table_name.*, which is sometimes needed for efficient count queries. It cannot be used in place of all_columns, and has a SqlType of () to prevent it being used that way