InstaGov/obsolete

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
Jump to navigation Jump to search

escalation

This looks like it has been superseded by the category system.

<mysql>CREATE TABLE `escalation` (

  `ID`        INT NOT NULL AUTO_INCREMENT,
  `ID_User`   INT NOT NULL,
  `ID_Problem INT NOT NULL,
  `ID_Topic   INT DEFAULT NULL COMMENT "optional: this rating applies only within the given topic",
  `Rating`    INT NOT NULL     COMMENT "-10 to +10, or whatever range we end up using",
  `Remark`   VARCHAR(255)      COMMENT "comments on this rating (can include link or redirect)",
  PRIMARY KEY(`ID`)
)
ENGINE = MYISAM;</mysql>