VbzCart/docs/tables/ref country alias: Difference between revisions
Jump to navigation
Jump to search
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...") |
m (Woozle moved page VbzCart/VbzCart/tables/ref country alias to VbzCart/docs/tables/ref country alias without leaving a redirect: part 4/5) |
(No difference)
|
Latest revision as of 01:57, 25 February 2024
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 />