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
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>