VbzCart/docs/tables/ref country alias

From Woozle Writes Code
< VbzCart‎ | docs‎ | tables
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 />