c_rfq_topic

0 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
c_rfq_topic_id numeric 10 null
c_rfq.c_rfq_topic_id crfqtopic_crfq R
c_rfq_topicsubscriber.c_rfq_topic_id c_rfqtopic_subscriber C
rv_c_rfq_unanswered.c_rfq_topic_id Implied Constraint R
rv_c_rfqresponse.c_rfq_topic_id Implied Constraint R
ad_client_id numeric 10 null
ad_org_id numeric 10 null
isactive bpchar 1 'Y'::bpchar
created timestamp 29,6 now()
createdby numeric 10 null
updated timestamp 29,6 now()
updatedby numeric 10 null
name varchar 60 null
description varchar 255 null
isselfservice bpchar 1 'N'::bpchar
ad_printformat_id numeric 10 null
ad_printformat.ad_printformat_id adprintformat_arfqtopic N
c_rfq_topic_uu varchar 36 NULL::character varying

Indexes

Constraint Name Type Sort Column(s)
c_rfq_topic_pkey Primary key Asc c_rfq_topic_id
c_rfq_topic_uu_idx Must be unique Asc c_rfq_topic_uu

Check Constraints

Constraint Name Constraint
c_rfq_topic_isactive_check ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar])))
c_rfq_topic_isselfservice_check ((isselfservice = ANY (ARRAY['Y'::bpchar, 'N'::bpchar])))

Relationships