oc_calendarobjects_props


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('oc_calendarobjects_props_id_seq'::regclass)
calendarid int8 19 0
objectid int8 19 0
name varchar 64 NULL::character varying
parameter varchar 64 NULL::character varying
value varchar 255 NULL::character varying
calendartype int4 10 0

Indexes

Constraint Name Type Sort Column(s)
oc_calendarobjects_props_pkey Primary key Asc id
calendarobject_calid_index Performance Asc/Asc calendarid + calendartype
calendarobject_index Performance Asc/Asc objectid + calendartype
calendarobject_name_index Performance Asc/Asc name + calendartype
calendarobject_value_index Performance Asc/Asc value + calendartype

Relationships