search for: filter_factor

Displaying 1 result from an estimated 1 matches for "filter_factor".

2006 Jan 22
5
has_one not working as expected?
...rs -----------------+------------------------+--------------------------------------------------------- id | integer | not null default nextval(''public.filters_id_seq''::text) name | character varying(255) | not null filter_factor | numeric(2,1) | not null manufacturer_id | integer | not null description | character varying(50) | not null Indexes: "filters_pkey" primary key, btree (id) Foreign-key constraints: "$1" FOREIGN KEY (manufacturer_id) REFERENCES manufact...