Skip to content

template_dbtable

Timothy C edited this page Dec 23, 2017 · 4 revisions

Description

This is a description of the table.

Table Structure

ID Type Name Description Properties Links
1 Number Column Name Column Description PRIMARY None

Notes

column_name

Information about said field.

See Also

  • Related page

Template for copying

# Description

This is a description of the table.

# Table Structure

|ID|Type|Name|Description|Properties|Links|
|--|----|----|-----------|----------|-----|
|1|Number|Column Name|Column Description|PRIMARY|None|

# Notes

## column_name

Information about said field.

# See Also

* Related page

Table Columns

  • ID - The index of the column in the table. 0 is the leftmost, 'n' is the rightmost.
  • Type - The data type of the column.
  • Name - Self explanatory.
  • Description - A description of what this column contains data to.
  • Properties - The column's properties. Examples include: UNIQUE, PRIMARY, LINKED and FOREIGN.
  • Links - Does this column reference data from somewhere else? (ie. corresponding numbers that refer to item IDs)
Clone this wiki locally