Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('petclinic.pet_types_id_seq'::regclass) |
|
|
|||||
| name | varchar | 50 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| pet_types_pkey | Primary key | Asc | id |