Update comment to mention which table.column is referred by an integer ID value in the structures table

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@3964 4a71c877-e1ca-e34f-864e-861f7616d084
master
Giel van Schijndel 2008-03-08 21:10:17 +00:00
parent e4af0a7735
commit e4ac82a18a
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -20,8 +20,8 @@ CREATE TABLE `structures` (
powerToBuild NUMERIC NOT NULL, -- How much power this structure requires to be built
resistance NUMERIC, -- The number used to determine whether a structure can resist an enemy takeover (0 = cannot be attacked electrically)
sizeModifier NUMERIC NOT NULL, -- The larger the target, the easier to hit
ecm INTEGER, -- Which ECM is standard for the structure, if any
sensor INTEGER, -- Which sensor is standard for the structure, if any
ecm INTEGER, -- Which ECM is standard for the structure, if any (is a reference to `ecm`.`id`)
sensor INTEGER, -- Which sensor is standard for the structure, if any (is a reference to `sensor`.`id`)
GfxFile TEXT, -- The IMD to draw for this component
BaseGfxFile TEXT, -- The base IMD to draw for this structure
num_functions INTEGER NOT NULL, -- Number of functions for default