Sc tribe resourcesTable: Difference between revisions
Jump to navigation
Jump to search
m add to category (Engine documents) |
mNo edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{| | {| class="wikitable" | ||
|+ | |||
!UE | |||
!Field | |||
!Type | |||
!Key Type | |||
!Default | |||
!Extra | |||
!Description | |||
|- | |- | ||
| | |||
|id | |||
|int(10) | |||
|PRI | |||
| | |||
|auto_increment | |||
| | |||
|- | |- | ||
| | | | ||
| | |tribe_id | ||
| | |int(10) | ||
| | |||
| | |||
| | |||
| | | | ||
|- | |- | ||
| | | | ||
| | |name | ||
| | |varchar(30) | ||
| | |||
| | |||
| | |||
| | | | ||
|- | |- | ||
| | | | ||
| varchar | |nick | ||
| | |varchar(30) | ||
| | |||
| | |||
| | |||
| | | | ||
|- | |- | ||
| amount | | | ||
| | |amount | ||
| | |int(10) | ||
| | |||
|0 | |||
| | |||
| | | | ||
|} | |} | ||
[[Category:Engine documents]] | [[Category:Engine documents]] |
Latest revision as of 15:06, 11 January 2022
UE | Field | Type | Key Type | Default | Extra | Description |
---|---|---|---|---|---|---|
id | int(10) | PRI | auto_increment | |||
tribe_id | int(10) | |||||
name | varchar(30) | |||||
nick | varchar(30) | |||||
amount | int(10) | 0 |