Schema:title awards

From ISFDB
Jump to navigation Jump to search

Schema Summary

+----------+---------+------+-----+---------+----------------+
| Field    | Type    | Null | Key | Default | Extra          |
+----------+---------+------+-----+---------+----------------+
| taw_id   | int(11) | NO   | PRI | NULL    | auto_increment |
| award_id | int(11) | YES  | MUL | NULL    |                |
| title_id | int(11) | YES  | MUL | NULL    |                |
+----------+---------+------+-----+---------+----------------+

Description

The title_awards table links title-based awards to their associated title records.

  • taw_id - Unique record id for the title_awards table.
  • award_id - ID of a record in the awards table.
  • title_id - ID of a record in the titles table.