Difference between revisions of "Schema:languages"

From ISFDB
Jump to navigation Jump to search
(Stub for languages table)
(No difference)

Revision as of 21:04, 14 December 2012

Schema Summary

+-----------+-------------+------+-----+---------+----------------+
| Field     | Type        | Null | Key | Default | Extra          |
+-----------+-------------+------+-----+---------+----------------+
| lang_id   | int(11)     | NO   | PRI | NULL    | auto_increment |
| lang_name | varchar(64) | YES  | MUL | NULL    |                |
| lang_code | varchar(10) | YES  | MUL | NULL    |                | 
+-----------+-------------+------+-----+---------+----------------+


Description

The history table tracks change information in the ISFDB.

  • lang_id - Unique history ID.
  • lang_name - Full name of the language.
  • lang_code - 3-letter code abbreviation of the Language Name.