VbzCart/tables/ord msg media
from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
About
- Used by: ord_msg
- History:
- 2009-07-09 Adapted from MS Access (was [Message Media])
SQL
<section begin=sql /><mysql>CREATE TABLE `ord_msg_media` (
`ID` INT NOT NULL AUTO_INCREMENT, `Abbr` VARCHAR(15) NOT NULL COMMENT "abbreviation for combo boxes and lists", `Descr` VARCHAR(63) DEFAULT NULL COMMENT "longer description", PRIMARY KEY(`ID`)
) ENGINE = MYISAM;</mysql> <section end=sql />
