Changeset 331
- Timestamp:
- Nov 5, 2006, 3:42:59 PM (14 years ago)
- Location:
- trunk/npemap.org.uk
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/npemap.org.uk/schema_postgres.sql
r317 r331 67 67 ); 68 68 69 -- Districts 70 CREATE TABLE districts ( 71 outward character varying(4) NOT NULL, 72 district character varying, 73 county character varying, 74 75 CONSTRAINT pk_district PRIMARY KEY (outward) 76 ); 77 69 78 CREATE INDEX postcode_easting ON postcodes (easting); 70 79 CREATE INDEX postcode_northing ON postcodes (northing);
Note: See TracChangeset
for help on using the changeset viewer.