Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| sp_group_id | serial | 10 | √ | nextval('sgn_people.sp_group_sp_group_id_seq'::regclass) |
|
|
|||||
| name | varchar | 2147483647 | null |
|
|
||||||
| description | text | 2147483647 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| sp_group_pkey | Primary key | Asc | sp_group_id |
| sp_group_name_key | Must be unique | Asc | name |

