Sc tribe resourcesTable: Difference between revisions
Jump to navigation
Jump to search
Created page with '{| border="1" |- ! field ! type ! foreign key ! description |- | id | integer | | |- | tribe_id | integer | | |- | name | varchar | | |- | amount | integer | | |}' |
mNo edit summary |
||
(2 intermediate revisions by 2 users 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]] |
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 |