[]Module cortex::schema::tasks::columns

Contains all of the columns of this table

Structs

corpus_id

The corpus_id column of the tasks table.

entry

The entry column of the tasks table.

id

The id column of the tasks table.

service_id

The service_id column of the tasks 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

status

The status column of the tasks table.