cm_mediadeploy

0 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
cm_mediadeploy_id numeric 10 null
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
cm_media_server_id numeric 10 null
cm_media_server.cm_media_server_id cmmediaserver_cmmediadeploy C
cm_media_id numeric 10 null
cm_media.cm_media_id cmmedia_cmmediadeploy C
isdeployed bpchar 1 'N'::bpchar
lastsynchronized timestamp 29,6 null
description varchar 255 null
cm_mediadeploy_uu varchar 36 NULL::character varying

Indexes

Constraint Name Type Sort Column(s)
cm_mediadeploy_pkey Primary key Asc cm_mediadeploy_id
cm_mediadeploy_uu_idx Must be unique Asc cm_mediadeploy_uu

Check Constraints

Constraint Name Constraint
cm_mediadeploy_isdeployed_check ((isdeployed = ANY (ARRAY['Y'::bpchar, 'N'::bpchar])))
cm_mediadeploy_isactive_check ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar])))

Relationships