VbzCart/tables/ref country alias

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
< VbzCart‎ | tables
Revision as of 03:02, 12 January 2012 by Woozle (talk | contribs) (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: ref_country
  • History:
    • 2012-01-11 created, along with ref_country, 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

<mysql>CREATE TABLE `ref_country_alias` (

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

) ENGINE = MYISAM;</mysql>