Difference between revisions of "Schema:reference"

From ISFDB
Jump to navigation Jump to search
(→‎Description: 2016 update)
(→‎Description: reference has been relegated to secondary verification use now)
 
Line 13: Line 13:
 
==Description==
 
==Description==
  
The reference table contains references used to verify publication records by ISFDB editors.
+
The reference table contains references used for secondary verification of publication records by ISFDB editors.
  
 
* '''reference_id''' - Unique record id for the reference table.
 
* '''reference_id''' - Unique record id for the reference table.

Latest revision as of 14:37, 17 April 2017

Schema Summary

+--------------------+------------+------+-----+---------+----------------+
| Field              | Type       | Null | Key | Default | Extra          |
+--------------------+------------+------+-----+---------+----------------+
| reference_id       | int(11)    | NO   | PRI | NULL    | auto_increment |
| reference_label    | mediumtext | YES  |     | NULL    |                |
| reference_fullname | mediumtext | YES  |     | NULL    |                |
| pub_id             | int(11)    | YES  |     | 0       |                |
| reference_url      | mediumtext | YES  |     | NULL    |                |
+--------------------+------------+------+-----+---------+----------------+

Description

The reference table contains references used for secondary verification of publication records by ISFDB editors.

  • reference_id - Unique record id for the reference table.
  • reference_label - A short label used to refer to this reference.
  • reference_fullname - A full text description of the reference.
  • pub_id - Not used.
  • reference_url - If the reference has an online description or is an online resource, this is the URL of that description/resource.