Table "public.acs_objects" Column | Type | Modifiers ----------------------+------------------------+----------- object_id | integer | not null object_type | character varying(100) | not null display_name | character varying(200) | not null default_domain_class | character varying(100) | Indexes: "acs_objects_object_id_p_hhkb1" primary key, btree (object_id) Triggers: acs_object_dnm_ctx_add_trg AFTER INSERT ON acs_objects FOR EACH ROW EXECUTE PROCEDURE acs_object_dnm_ctx_add_fn() acs_object_dnm_ctx_del_trg BEFORE DELETE ON acs_objects FOR EACH ROW EXECUTE PROCEDURE acs_object_dnm_ctx_del_fn() Table "public.content_sections" Column | Type | Modifiers -------------------------+-------------------------+----------- section_id | integer | not null pretty_name | character varying(300) | not null root_folder_id | integer | not null templates_folder_id | integer | staff_group_id | integer | not null viewers_group_id | integer | not null page_resolver_class | character varying(1000) | not null item_resolver_class | character varying(1000) | not null template_resolver_class | character varying(1000) | not null xml_generator_class | character varying(1000) | not null Indexes: "content_sections_pk" primary key, btree (section_id) "csections_name_un" unique, btree (pretty_name) "content_sections_rt_folder_idx" btree (root_folder_id) "content_sections_staff_grp_idx" btree (staff_group_id) "content_sections_tp_folder_idx" btree (templates_folder_id) "content_sections_vwrs_grp_idx" btree (viewers_group_id) Foreign-key constraints: "csections_viewers_group_id_fk" FOREIGN KEY (viewers_group_id) REFERENCES groups(group_id) "csections_staff_group_id_fk" FOREIGN KEY (staff_group_id) REFERENCES groups(group_id) "csections_temps_folder_id_fk" FOREIGN KEY (templates_folder_id) REFERENCES cms_folders(folder_id) "csections_root_folder_id_fk" FOREIGN KEY (root_folder_id) REFERENCES cms_folders(folder_id) "csections_section_id_fk" FOREIGN KEY (section_id) REFERENCES applications(application_id) Table "public.applications" Column | Type | Modifiers -----------------------+--------------------------+----------- application_id | integer | not null title | character varying(200) | description | character varying(4000) | timestamp | timestamp with time zone | not null application_type_id | integer | not null parent_application_id | integer | cell_number | integer | sort_key | integer | primary_url | character varying(4000) | package_id | integer | Indexes: "applicati_applicati_id_p_ogstm" primary key, btree (application_id) "applicati_applicati_typ_id_idx" btree (application_type_id) "applicati_package_id_idx" btree (package_id) "applicati_parent_app_id_idx" btree (parent_application_id) "idx_test" btree (primary_url) Foreign-key constraints: "application_package_id_f_cdaho" FOREIGN KEY (package_id) REFERENCES apm_packages(package_id) "applicati_applicati_id_f_a35g2" FOREIGN KEY (application_id) REFERENCES acs_objects(object_id) "applica_par_applica_id_f_hvxh7" FOREIGN KEY (parent_application_id) REFERENCES applications(application_id) "applica_applica_typ_id_f_k2bi3" FOREIGN KEY (application_type_id) REFERENCES application_types(application_type_id) Table "public.application_types" Column | Type | Modifiers -------------------------+-------------------------+----------- application_type_id | integer | not null object_type | character varying(100) | not null title | character varying(200) | description | character varying(4000) | workspace_application_p | boolean | has_full_page_view_p | boolean | has_embedded_view_p | boolean | singleton_p | boolean | provider_id | integer | profile | character varying(20) | package_type_id | integer | Indexes: "appli_typ_appli_typ_id_p_r5e8o" primary key, btree (application_type_id) "applicat_typ_obje_type_u_pf2uk" unique, btree (object_type) "appli_typ_package_type_id_idx" btree (package_type_id) "appli_typ_provider_id_idx" btree (provider_id) Foreign-key constraints: "applicat_typ_provid_id_f_bm274" FOREIGN KEY (provider_id) REFERENCES application_types(application_type_id) "applica_typ_pac_typ_id_f_v80ma" FOREIGN KEY (package_type_id) REFERENCES apm_package_types(package_type_id)