Changeset 76 for trunk/npemap.org.uk/schema_postgres.sql
- Timestamp:
- Oct 19, 2006, 8:18:17 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/npemap.org.uk/schema_postgres.sql
r75 r76 49 49 CREATE TABLE interest ( 50 50 email character varying, 51 scotland boolean DEFAULTfalse,52 northernireland boolean DEFAULTfalse53 ) 51 scotland boolean default false, 52 northernireland boolean default false 53 ); 54 54 55 55 CREATE INDEX postcode_easting ON postcodes (easting);
Note: See TracChangeset
for help on using the changeset viewer.