source:
trunk/npemap.org.uk/schema_postgres.sql
@
4
Last change on this file since 4 was 4, checked in by , 14 years ago | |
---|---|
File size: 237 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 | ); |
11 | |
12 |
Note: See TracBrowser
for help on using the repository browser.