Столбец | Тип | Правило сортировки | Допустимость NULL | По умолчанию
---------+-----------------------+--------------------+-------------------+---------------------------------------
code | integer | | not null | nextval('product_code_seq'::regclass)
model | integer | | not null |
speed | smallint | | not null |
ram | smallint | | not null |
hd | real | | not null |
cd | character varying(10) | | not null |
price | numeric(12,2) | | |
Индексы:
"product_pkey" PRIMARY KEY, btree (code)