oc_cards_properties


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('oc_cards_properties_id_seq'::regclass)
addressbookid int8 19 0
cardid int8 19 0
name varchar 64 NULL::character varying
value varchar 255 NULL::character varying
preferred int4 10 1

Indexes

Constraint Name Type Sort Column(s)
oc_cards_properties_pkey Primary key Asc id
card_contactid_index Performance Asc cardid
card_name_index Performance Asc name
card_value_index Performance Asc value
cards_prop_abid_name_value Performance Asc/Asc/Asc addressbookid + name + value

Relationships