Charities
From Open Source Software Research
Appears in the following schemas:
Most Recent Description
Column | Type | Modifiers |
---|---|---|
charity_id | integer | not null default nextval(('charity_seq'::text)::regclass) |
name | character varying(255) | |
comments | character varying(255) | |
url | character varying(255) | |
paypal_id | character varying(255) | |
Indexes: charity_pk primary key btree (charity_id) |
Other Information About the Data
Know something about this table? Add it here (and remove this message)