Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('gender_id_seq'::regclass) |
|
|
||||||
| code | text | 2147483647 | null |
|
|
|||||||
| name | varchar | 6 | null |
|
|
Table contained 3 rows
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| gender_pkey | Primary key | Asc | id |

