-
Notifications
You must be signed in to change notification settings - Fork 11
template_dbtable
Timothy C edited this page Dec 23, 2017
·
4 revisions
This is a description of the table.
ID | Type | Name | Description | Properties | Links |
---|---|---|---|---|---|
1 | Number | Column Name | Column Description | PRIMARY | None |
Information about said field.
- Related page
# 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
- 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)