products

-1 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
product_id serial 10 nextval('products_product_id_seq'::regclass)
order_items.product_id order_items_product_id_fkey R
product_categories.product_id product_categories_product_id_fkey R
reviews.product_id reviews_product_id_fkey R
wishlist.product_id wishlist_product_id_fkey R
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

Relationships