Sc tribe resourcesTable: Difference between revisions

From PSwiki
Jump to navigation Jump to search
Ethryn (talk | contribs)
m add to category (Engine documents)
Grimston (talk | contribs)
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{| border="1"
{| class="wikitable"
|+
!UE
!Field
!Type
!Key Type
!Default
!Extra
!Description
|-
|-
! field
|
! type
|id
! foreign key
|int(10)
! description
|PRI
|
|auto_increment
|
|-
|-
| id
|
| integer
|tribe_id
|  
|int(10)
|
|
|
|  
|  
|-
|-
| tribe_id
|
| integer
|name
|  
|varchar(30)
|
|
|
|  
|  
|-
|-
| name
|
| varchar
|nick
|  
|varchar(30)
|
|
|
|  
|  
|-
|-
| amount
|
| integer
|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