'name' => 'Nb',
'default_table' => 'mime',
'host' => nb::ROOT_DIR.'/share/db/nb.db',
-
- 'tables' => [
- '_country' => [
- 'row_parse_post' => ( nb::php_cli() or nb::client_content_type('text/plain') != 'text/html' ) ? null : function(&$r,$t) {
- $r['zaza'] = 'zaza';
- bye('zaza');
- return;
- },
- ],
- ],
],
];
--- DROP TABLE IF EXISTS zipcode;
+DROP TABLE IF EXISTS zipcode;
CREATE TABLE IF NOT EXISTS zipcode (
id varchar(20),
country varchar(2),
province_code varchar(20),
community varchar(100),
community_code varchar(20),
- latitue numeric(7,4),
+ latitude numeric(7,4),
longitude numeric(7,4),
accuracy smallint
-- PRIMARY KEY(id,country)