GuildsTable: Difference between revisions
Jump to navigation
Jump to search
spam |
|||
Line 1: | Line 1: | ||
{| border=1 | |||
|- | |||
! field | |||
! type | |||
! foreign key | |||
! description | |||
|- | |||
| id | |||
| int(11) | |||
| | |||
| | |||
|- | |||
| name | |||
| varchar(25) | |||
| | |||
| | |||
|- | |||
| char_id_founder | |||
| int(10) | |||
| | |||
| | |||
|- | |||
| web_page | |||
| varchar(255) | |||
| | |||
| | |||
|- | |||
| date_created | |||
| datetime | |||
| | |||
| | |||
|- | |||
| karma_points | |||
| int(10) | |||
| | |||
| | |||
|- | |||
| secret_ind | |||
| char(1) | |||
| | |||
| | |||
|- | |||
| motd | |||
| char(200) | |||
| | |||
| | |||
|- | |||
| alliance | |||
| int(11) | |||
| | |||
| | |||
|- | |||
| bank_money_circles | |||
| int(10) unsigned | |||
| | |||
| | |||
|- | |||
| bank_money_octas | |||
| int(10) unsigned | |||
| | |||
| | |||
|- | |||
| bank_money_hexas | |||
| int(10) unsigned | |||
| | |||
| | |||
|- | |||
| bank_money_trias | |||
| int(10) unsigned | |||
| | |||
| | |||
|} | |||
[[Category:Engine documents]] |
Revision as of 23:29, 10 December 2010
field | type | foreign key | description |
---|---|---|---|
id | int(11) | ||
name | varchar(25) | ||
char_id_founder | int(10) | ||
web_page | varchar(255) | ||
date_created | datetime | ||
karma_points | int(10) | ||
secret_ind | char(1) | ||
motd | char(200) | ||
alliance | int(11) | ||
bank_money_circles | int(10) unsigned | ||
bank_money_octas | int(10) unsigned | ||
bank_money_hexas | int(10) unsigned | ||
bank_money_trias | int(10) unsigned |