Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
product_id | serial | 10 | √ | nextval('products_product_id_seq'::regclass) |
|
|
||||||||||||||
name | varchar | 100 | null |
|
|
|||||||||||||||
description | text | 2147483647 | √ | null |
|
|
||||||||||||||
price | numeric | 10,2 | null |
|
|
|||||||||||||||
stock_quantity | int4 | 10 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
products_pkey | Primary key | Asc | product_id |