Suggestion to add comments to table fields
Posted: Thu Mar 06, 2008 3:05 am
They could be either descriptions or links to wiki entries
for instance
spell_effect_values
This table is for this and that
id: (int) unique id
To distinguish effects from each other
type: (int) spell_effect_types unique id
This is what the spell will do
and so on
oh btw i've just noticed
spell_effect_values.type is smallint but should be at least the same as spell_effect_types.id == int
better would be the id of a list of effects for that particualar spell
for instance
spell_effect_values
This table is for this and that
id: (int) unique id
To distinguish effects from each other
type: (int) spell_effect_types unique id
This is what the spell will do
and so on
oh btw i've just noticed
spell_effect_values.type is smallint but should be at least the same as spell_effect_types.id == int
better would be the id of a list of effects for that particualar spell