Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('acq.funding_source_credit_id_seq'::regclass) |
|
|
||||||||
| funding_source | int4 | 10 | null |
|
|
|||||||||
| amount | numeric | 0 | null |
|
|
|||||||||
| note | text | 2147483647 | √ | null |
|
|
||||||||
| deadline_date | timestamptz | 35,6 | √ | null |
|
|
||||||||
| effective_date | timestamptz | 35,6 | now() |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| funding_source_credit_pkey | Primary key | Asc | id |
