Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; _WikiDiffEngine has a deprecated constructor in /srv/website/_bw4/util/includes/diff.php on line 40

Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; WikiDiff has a deprecated constructor in /srv/website/_bw4/util/includes/diff.php on line 441

Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; WikiDiffFormatter has a deprecated constructor in /srv/website/_bw4/util/includes/diff.php on line 763

Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; WikiUnifiedDiffFormatter has a deprecated constructor in /srv/website/_bw4/util/includes/diff.php on line 931

Deprecated: assert(): Calling assert() with a string argument is deprecated in /srv/website/_bw4/util/includes/diff.php on line 335

Deprecated: assert(): Calling assert() with a string argument is deprecated in /srv/website/_bw4/util/includes/diff.php on line 355

Deprecated: assert(): Calling assert() with a string argument is deprecated in /srv/website/_bw4/util/includes/diff.php on line 335

Deprecated: assert(): Calling assert() with a string argument is deprecated in /srv/website/_bw4/util/includes/diff.php on line 355

Warning: Cannot modify header information - headers already sent by (output started at /srv/website/_bw4/liberty/content_history_inc.php:58) in /srv/website/_bw4/kernel/BitSystem.php on line 419

Warning: Cannot modify header information - headers already sent by (output started at /srv/website/_bw4/liberty/content_history_inc.php:58) in /srv/website/_bw4/themes/BitThemes.php on line 2109
- History of Time

History of ISO3166 Data

Differences from version 1 to 2



@@ -4,9 +4,20 @@

 
 

We have a database of ISO3166 codes and is currently documented in the bitweaver/commerce schema file and this is used as the initial base.

 
-

{code source=sql}

+
+{code source=sql}
+'com_countries' (
+countries_id I4 PRIMARY AUTO,
+countries_name C(64),
+countries_iso_code_2 C(2),
+countries_iso_code_3 C(3),
+countries_iso_code_num I4,
+address_format_id I4 )
 
-

'com_countries' ( countries_id I4 PRIMARY AUTO, countries_name C(64), countries_iso_code_2 C(2), countries_iso_code_3 C(3), countries_iso_code_num I4, address_format_id I4 ) 'com_zones' ( zone_id I4 PRIMARY AUTO, zone_country_id I4, zone_code C(32), zone_name C(64) ) {/code}

-
-

 

+'com_zones' (
+zone_id I4 PRIMARY AUTO,
+zone_country_id I4,
+zone_code C(32),
+zone_name C(64) )
+{/code}
 
Page History
Date/Comment User IP Version
24 Sep 2013 (09:14 UTC)
Lester Caine 81.138.11.136 2
Current • Source
Lester Caine 81.138.11.136 1
View • Compare • Difference • Source