25.02.2015, 16:41
Quote:
That entirely depends on what data you want to store. There's two catches: a) avoid duplicate data where possible and b) don't put numbers behind field names (weapon1, weapon2, etc), use another table instead.
|
Its good to normalizate your database, and its also good to denormalizate it a bit and also allow some controlled redundancy if need.