Changeset 75 for trunk/npemap.org.uk/schema_postgres.sql
- Timestamp:
- Oct 18, 2006, 10:59:39 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/npemap.org.uk/schema_postgres.sql
r72 r75 46 46 ); 47 47 48 -- Interest in future plans 49 CREATE TABLE interest ( 50 email character varying, 51 scotland boolean DEFAULT false, 52 northernireland boolean DEFAULT false 53 ) 54 48 55 CREATE INDEX postcode_easting ON postcodes (easting); 49 56 CREATE INDEX postcode_northing ON postcodes (northing);
Note: See TracChangeset
for help on using the changeset viewer.