Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | int4 | 10 | √ | null |
|
|
|||||
| name | text | 2147483647 | null |
|
|
||||||
| post_type | bpchar | 1 | 'P'::bpchar |
|
|
||||||
| category | text | 2147483647 | √ | null |
|
|
Media Categoriescash = Cash card = Credit Card city = City Ledger bank = Bank Transfer deposit = Deposit other = Other |
||||
| seq | int4 | 10 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| department_group_pkey | Primary key | Asc | id |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| department_group_group_type_check | ((post_type = 'P'::bpchar) OR (category = ANY (ARRAY['cash'::text, 'card'::text, 'bank'::text, 'city'::text, 'deposit'::text, 'other'::text]))) |

