VbzCart/docs/tables/ord msg media

From Woozle Writes Code
< VbzCart‎ | docs‎ | tables
Revision as of 01:37, 10 July 2009 by imported>Woozle (New page: ==About== * '''Used by''': {{vbzcart|table|ord_msg}} * '''History''': ** '''2009-07-09''' Adapted from MS Access (was [Message Media]) ==SQL== <section begin=sql /><mysql>CREATE TABLE `ord...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

About

  • Used by: Template:Vbzcart
  • 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 />