Changeset 258
- Timestamp:
- Oct 31, 2006, 5:59:22 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/npemap.org.uk/schema_postgres.sql
r168 r258 31 31 source integer NOT NULL, 32 32 deleted boolean NOT NULL default 'f', 33 delete_reason integer 33 34 34 35 CONSTRAINT pk_postcode PRIMARY KEY (id), … … 43 44 reporter_email character varying, 44 45 created_at timestamp without time zone NOT NULL default NOW(), 46 actioned boolean NOT NULL default 'f' 45 47 46 48 CONSTRAINT fk_postcode_id FOREIGN KEY (postcode) REFERENCES postcodes (id)
Note: See TracChangeset
for help on using the changeset viewer.