source:
trunk/npemap.org.uk/schema_postgres.sql
@
12
Last change on this file since 12 was 12, checked in by , 14 years ago | |
---|---|
File size: 257 bytes |
Line | |
---|---|
1 | |
2 | CREATE TABLE postcodes ( |
3 | outward character varying(5), |
4 | inward character varying(5), |
5 | raw_postcode character varying(30), |
6 | easting integer, |
7 | northing integer, |
8 | ip inet, |
9 | created_at timestamp without time zone, |
10 | source integer |
11 | ); |
12 | |
13 |
Note: See TracBrowser
for help on using the repository browser.