Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Mar 21st, 2010 | Syntax: PHP | Size: 0.54 KB | Hits: 54 | Expires: Never
This paste has a previous version, view the difference. Copy text to clipboard
  1.  
  2. CharacterInfo
  3.         CharID                  PRIMARY KEY
  4.         imgURL
  5.         fName
  6.         lName
  7.         age
  8.         job
  9.         phobia
  10.  
  11. PositiveAttributes
  12.         CharID                  FOREIGN KEY
  13.         AttributeName   FOREIGN KEY
  14.  
  15. NegativeAttributes
  16.         CharID                  FOREIGN KEY
  17.         AttributeID             FOREIGN KEY
  18.  
  19. Attributes
  20.         AttributeID             PRIMARY KEY
  21.         mod_hp
  22.         mod_strength
  23.         mod_endurance
  24.         mod_agility
  25.         mod_intelligence
  26.         mod_aim
  27.         mod_charisma
  28.         mod_luck
  29.         mod_will
  30.         mod_fear
  31.         mod_panic
  32.        
  33. CharacterStats
  34.         CharID                  PRIMARY KEY
  35.         hp
  36.         strength
  37.         endurance
  38.         agility
  39.         intelligence
  40.         aim
  41.         charisma
  42.         luck
  43.         will
  44.         fear
  45.         panic