VbzCart/docs/tables/ref country alias

From Woozle Writes Code
< VbzCart‎ | docs‎ | tables
Revision as of 03:02, 12 January 2012 by imported>Woozle (Created page with "==About== * '''Depends on''': {{vbzcart|table|ref_country}} * '''History''': ** '''2012-01-11''' created, along with {{vbzcart|table|ref_country}}, so that ultimately we can rigo...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

About

  • Depends on: Template:Vbzcart
  • History:
    • 2012-01-11 created, along with Template:Vbzcart, so that ultimately we can rigorously get rid of the country being shown in the address when it's the same as the shipping origin (in vbz's case, "United States").

SQL

<section begin=sql /><mysql>CREATE TABLE `ref_country_alias` (

 `ID_Country       INT NOT NULL,
 `Name     VARCHAR(63) NOT NULL
 KEY(`ID_Country`)

) ENGINE = MYISAM;</mysql> <section end=sql />