GameboardsTable: Difference between revisions
Jump to navigation
Jump to search
Created page with '{| border="1" ! field ! type ! foreign key ! description |- | name | varchar | | |- | numcolumns | integer | | |- | numrows | integer | | |- | layout | longvarchar | | |- …' |
No edit summary |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
{| | {| class="wikitable" | ||
! | |+ | ||
! | !UE | ||
! | !Field | ||
! | !Type | ||
!Key Type | |||
!Default | |||
!Extra | |||
!Description | |||
|- | |- | ||
| | | | ||
|name | |||
|varchar(30) | |||
|PRI | |||
| | | | ||
| | |||
| | |||
|- | |- | ||
| | | | ||
| | |numColumns | ||
|int(10) unsigned | |||
| | |||
| | | | ||
| | | | ||
| | |||
|- | |- | ||
| | | | ||
| | |numRows | ||
|int(10) unsigned | |||
| | | | ||
| | | | ||
| | |||
| | |||
|- | |- | ||
| | | | ||
|layout | |||
|text | |||
| | | | ||
| | |||
| | |||
| | |||
|- | |- | ||
| | | | ||
|pieces | |||
|text | |||
| | | | ||
| | |||
| | |||
| | |||
|- | |- | ||
| | | | ||
|numPlayers | |||
|int(11) | |||
| | | | ||
|2 | |||
| | |||
| | |||
|- | |- | ||
| | | | ||
| varchar | |gameboardOptions | ||
|varchar(100) | |||
| | |||
|White,Checked | |||
| | |||
| | |||
|- | |||
| | |||
|gameRules | |||
|text | |||
| | |||
| | |||
| | |||
| | |||
|- | |||
| | |||
|endgames | |||
|text | |||
| | |||
| | | | ||
| | | | ||
| | |||
|- | |- | ||
| | |ADD | ||
| | |gameType | ||
|varchar(40) | |||
| | | | ||
|gameboard | |||
| | | | ||
|defines the type of game, example gameboard or dicecup | |||
|} | |} | ||
[[Category:Engine documents]] |
Latest revision as of 12:08, 11 January 2022
UE | Field | Type | Key Type | Default | Extra | Description |
---|---|---|---|---|---|---|
name | varchar(30) | PRI | ||||
numColumns | int(10) unsigned | |||||
numRows | int(10) unsigned | |||||
layout | text | |||||
pieces | text | |||||
numPlayers | int(11) | 2 | ||||
gameboardOptions | varchar(100) | White,Checked | ||||
gameRules | text | |||||
endgames | text | |||||
ADD | gameType | varchar(40) | gameboard | defines the type of game, example gameboard or dicecup |