moped_fund_sources

27 rows


Description

Standardized funding sources for projects

Columns

Column Type Size Nulls Auto Default Children Parents Comments
funding_source_id serial 10 nextval('moped_fund_sources_funding_source_id_seq'::regclass)
moped_proj_funding.funding_source_id moped_proj_funding_funding_source_id_fkeyR
funding_source_name text 2147483647 null
is_deleted bool 1 false

Indexes

Constraint Name Type Sort Column(s)
moped_fund_sources_pkey Primary key Asc funding_source_id
moped_fund_sources_funding_source_id_key Must be unique Asc funding_source_id
moped_fund_sources_funding_source_name_key Must be unique Asc funding_source_name

Relationships