Schema:languages

From ISFDB
Revision as of 12:46, 31 May 2016 by Fixer (talk | contribs) (→‎Schema Summary: +latin_script)
Jump to navigation Jump to search

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    |                | 
| latin_script | varchar(10) | YES  | MUL | NULL    |                | 
+--------------+-------------+------+-----+---------+----------------+

Description

The language table establishes language codes, names, and ID numbers.

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