Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
shipper_id | serial | 10 | √ | nextval('shippers_shipper_id_seq'::regclass) |
|
|
||||
company_name | text | 2147483647 | null |
|
|
|||||
phone | text | 2147483647 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
pk_shippers | Primary key | Asc | shipper_id |