Sc tribe memoriesTable: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
| No edit summary | |||
| Line 1: | Line 1: | ||
| {| border="1" | |||
| |- | |||
| ! field | |||
| ! type | |||
| ! foreign key | |||
| ! description | |||
| |- | |||
| | id | |||
| | integer | |||
| |  | |||
| |  | |||
| |- | |||
| | tribe_id | |||
| | integer | |||
| |  | |||
| |  | |||
| |- | |||
| | name | |||
| | varchar | |||
| |  | |||
| |  | |||
| |- | |||
| | loc_x | |||
| | real | |||
| |  | |||
| |  | |||
| |- | |||
| | loc_y | |||
| | real | |||
| |  | |||
| |  | |||
| |- | |||
| | loc_z | |||
| | real | |||
| |  | |||
| |  | |||
| |- | |||
| | sector_id | |||
| | integer | |||
| |  | |||
| |  | |||
| |- | |||
| | radius | |||
| | real | |||
| |  | |||
| |  | |||
| |} | |||
| [[Category:Engine documents]] | |||
Revision as of 23:29, 10 December 2010
| field | type | foreign key | description | 
|---|---|---|---|
| id | integer | ||
| tribe_id | integer | ||
| name | varchar | ||
| loc_x | real | ||
| loc_y | real | ||
| loc_z | real | ||
| sector_id | integer | ||
| radius | real |