
| F-Key | Name | Type | Description |
|---|---|---|---|
| object_id | numeric(18,0) | PRIMARY KEY | |
| any_oid | numeric(18,0) | NOT NULL | |
| users.object_id | user_oid | numeric(18,0) | NOT NULL |
| change_time | timestamp without time zone | NOT NULL | |
| serial | integer | NOT NULL | |
| sites.object_id | site_oid | numeric(18,0) | NOT NULL |
| F-Key | Name | Type | Description |
|---|---|---|---|
| items.object_id | item_oid | numeric(18,0) | PRIMARY KEY |
| object_id | numeric(18,0) | UNIQUE NOT NULL | |
| app_bb_message_details.item_oid | response_to_oid | numeric(18,0) | |
| app_bb_message_details.item_oid | root_message_oid | numeric(18,0) | NOT NULL |
| is_approved | boolean | NOT NULL DEFAULT false | |
| is_disabled | boolean | NOT NULL DEFAULT false | |
| serial | integer | NOT NULL | |
| sites.object_id | site_oid | numeric(18,0) | NOT NULL |
| F-Key | Name | Type | Description |
|---|---|---|---|
| users.object_id | user_oid | numeric(18,0) | PRIMARY KEY |
| app_bb_message_details.item_oid | item_oid | numeric(18,0) | PRIMARY KEY |
| object_id | numeric(18,0) | UNIQUE NOT NULL | |
| serial | integer | NOT NULL | |
| sites.object_id | site_oid | numeric(18,0) | NOT NULL |
| F-Key | Name | Type | Description |
|---|---|---|---|
| items.object_id | item_oid | numeric(18,0) | NOT NULL |
| object_id | numeric(18,0) | PRIMARY KEY | |
| serial | integer | NOT NULL | |
| sites.object_id | site_oid | numeric(18,0) | NOT NULL |
| F-Key | Name | Type | Description |
|---|---|---|---|
| object_id | numeric(18,0) | PRIMARY KEY | |
| field_name | character varying(255) | NOT NULL | |
| serial | integer | NOT NULL | |
| sites.object_id | site_oid | numeric(18,0) | NOT NULL |
Tables referencing this one via Foreign Key Constraints:
| F-Key | Name | Type | Description |
|---|---|---|---|
| app_calendar_events.item_oid | event_oid | numeric(18,0) | PRIMARY KEY |
| app_cal_event_option_fields.object_id | event_option_oid | numeric(18,0) | PRIMARY KEY |
| object_id | numeric(18,0) | NOT NULL | |
| value | character varying(255) | NOT NULL | |
| serial | integer | NOT NULL | |
| sites.object_id | site_oid | numeric(18,0) | NOT NULL |
| F-Key | Name | Type | Description |
|---|---|---|---|
| app_calendar_events.item_oid | event_oid | numeric(18,0) | PRIMARY KEY |
| app_calendar_locations.object_id | location_oid | numeric(18,0) | PRIMARY KEY |
| object_id | numeric(18,0) | NOT NULL | |
| serial | integer | NOT NULL | |
| sites.object_id | site_oid | numeric(18,0) |
| F-Key | Name | Type | Description |
|---|---|---|---|
| object_id | numeric(18,0) | PRIMARY KEY | |
| name | character varying(255) | UNIQUE#1 | |
| icon | oid | ||
| is_svg | boolean | NOT NULL DEFAULT false | |
| serial | integer | NOT NULL | |
| sites.object_id | site_oid | numeric(18,0) | UNIQUE#1 NOT NULL |
Tables referencing this one via Foreign Key Constraints:
| F-Key | Name | Type | Description |
|---|---|---|---|
| items.object_id | item_oid | numeric(18,0) | PRIMARY KEY |
| object_id | numeric(18,0) | UNIQUE NOT NULL | |
| app_calendar_event_types.object_id | event_type_oid | numeric(18,0) | |
| app_calendar_recurring_events.item_oid | recurring_event_oid | numeric(18,0) | |
| timezone_code | character varying(255) | NOT NULL | |
| event_date | timestamp without time zone | NOT NULL | |
| end_date | timestamp without time zone | ||
| duration | integer | ||
| is_completed | boolean | NOT NULL DEFAULT false | |
| serial | integer | NOT NULL | |
| sites.object_id | site_oid | numeric(18,0) | NOT NULL |
Tables referencing this one via Foreign Key Constraints:
| F-Key | Name | Type | Description |
|---|---|---|---|
| object_id | numeric(18,0) | PRIMARY KEY | |
| name | character varying(255) | NOT NULL | |
| description | character varying(255) | ||
| address | character varying(255) | ||
| contact_name | character varying(255) | ||
| phone | character varying(255) | ||
| image | oid | ||
| content_types.object_id | content_type_oid | numeric(18,0) | |
| serial | integer | NOT NULL | |
| sites.object_id | site_oid | numeric(18,0) |
Tables referencing this one via Foreign Key Constraints:
| F-Key | Name | Type | Description |
|---|---|---|---|
| items.object_id | item_oid | numeric(18,0) | PRIMARY KEY |
| object_id | numeric(18,0) | UNIQUE NOT NULL | |
| period | integer | NOT NULL | |
| frequency | character(1) | NOT NULL | |
| begin_date | timestamp without time zone | NOT NULL | |
| end_date | timestamp without time zone | NOT NULL | |
| pattern | character varying(255) | ||
| serial | integer | NOT NULL | |
| sites.object_id | site_oid | numeric(18,0) | NOT NULL |
Tables referencing this one via Foreign Key Constraints:
| F-Key | Name | Type | Description |
|---|---|---|---|
| app_contact_groups.object_id | group_oid | numeric(18,0) | PRIMARY KEY |
| app_contacts.item_oid | contact_oid | numeric(18,0) | PRIMARY KEY |
| object_id | numeric(18,0) | UNIQUE NOT NULL | |
| serial | integer | NOT NULL | |
| sites.object_id | site_oid | numeric(18,0) | NOT NULL |
| F-Key | Name | Type | Description |
|---|---|---|---|
| app_contact_fields.object_id | field_oid | numeric(18,0) | PRIMARY KEY |
| app_contacts.item_oid | contact_oid | numeric(18,0) | PRIMARY KEY |
| object_id | numeric(18,0) | UNIQUE NOT NULL | |
| value | character varying(255) | NOT NULL | |
| serial | integer | NOT NULL | |
| sites.object_id | site_oid | numeric(18,0) | NOT NULL |
| F-Key | Name | Type | Description |
|---|---|---|---|
| object_id | numeric(18,0) | PRIMARY KEY | |
| field_name | character varying(255) | UNIQUE#1 NOT NULL | |
| is_mandatory | boolean | NOT NULL DEFAULT false | |
| is_system | boolean | NOT NULL DEFAULT false | |
| serial | integer | NOT NULL | |
| sites.object_id | site_oid | numeric(18,0) | UNIQUE#1 NOT NULL |
Tables referencing this one via Foreign Key Constraints:
| F-Key | Name | Type | Description |
|---|---|---|---|
| object_id | numeric(18,0) | PRIMARY KEY | |
| name | character varying(255) | NOT NULL | |
| description | character varying(255) | ||
| folders.object_id | folder_oid | numeric(18,0) | NOT NULL |
| serial | integer | NOT NULL | |
| sites.object_id | site_oid | numeric(18,0) | NOT NULL |
Tables referencing this one via Foreign Key Constraints:
| F-Key | Name | Type | Description |
|---|---|---|---|
| items.object_id | item_oid | numeric(18,0) | PRIMARY KEY |
| object_id | numeric(18,0) | UNIQUE NOT NULL | |
| serial | integer | NOT NULL | |
| sites.object_id | site_oid | numeric(18,0) | NOT NULL |
Tables referencing this one via Foreign Key Constraints:
| F-Key | Name | Type | Description |
|---|---|---|---|
| object_id | numeric(18,0) | PRIMARY KEY | |
| folders.object_id | folder_oid | numeric(18,0) | NOT NULL |
| serial | integer | NOT NULL | |
| sites.object_id | site_oid | numeric(18,0) | NOT NULL |
Tables referencing this one via Foreign Key Constraints:
| F-Key | Name | Type | Description |
|---|---|---|---|
| items.object_id | item_oid | numeric(18,0) | PRIMARY KEY |
| object_id | numeric(18,0) | UNIQUE NOT NULL | |
| date_locked | timestamp without time zone | ||
| version_description | character varying(255) | ||
| version_number | integer | NOT NULL | |
| description | character varying(255) | ||
| app_document_list.object_id | list_oid | numeric(18,0) | NOT NULL |
| users.object_id | locked_by_oid | numeric(18,0) | |
| serial | integer | NOT NULL | |
| sites.object_id | site_oid | numeric(18,0) | NOT NULL |
| F-Key | Name | Type | Description |
|---|---|---|---|
| object_id | numeric(18,0) | PRIMARY KEY | |
| folders.object_id | folder_oid | numeric(18,0) | NOT NULL |
| component_order | integer | NOT NULL | |
| component_name | character varying(255) | NOT NULL | |
| serial | integer | NOT NULL | |
| sites.object_id | site_oid | numeric(18,0) | NOT NULL |
| F-Key | Name | Type | Description |
|---|---|---|---|
| object_id | numeric(18,0) | PRIMARY KEY | |
| account_name | character varying(255) | NOT NULL | |
| folders.object_id | folder_oid | numeric(18,0) | NOT NULL |
| user_name | character varying(255) | NOT NULL | |
| user_password | character varying(255) | NOT NULL | |
| incoming_server | character varying(255) | NOT NULL | |
| incoming_port | integer | NOT NULL | |
| incoming_uses_ssl | boolean | NOT NULL DEFAULT false | |
| outgoing_server | character varying(255) | NOT NULL | |
| outgoing_port | integer | NOT NULL | |
| outgoing_uses_ssl | boolean | NOT NULL DEFAULT false | |
| server_type | character varying(255) | NOT NULL | |
| leave_on_server | boolean | NOT NULL DEFAULT false | |
| check_interval | integer | ||
| full_name | character varying(255) | NOT NULL | |
| email_address | character varying(255) | NOT NULL | |
| reply_to_address | character varying(255) | NOT NULL | |
| signature | character varying(2000) | ||
| serial | integer | NOT NULL | |
| sites.object_id | site_oid | numeric(18,0) | NOT NULL |
| F-Key | Name | Type | Description |
|---|---|---|---|
| object_id | numeric(18,0) | PRIMARY KEY | |
| e_address | character varying(255) | NOT NULL | |
| opt_name | character varying(255) | ||
| opt_comment | character varying(255) | ||
| address_type | character(1) | NOT NULL | |
| app_email_details.item_oid | email_oid | numeric(18,0) | NOT NULL |
| serial | integer | NOT NULL | |
| sites.object_id | site_oid | numeric(18,0) | NOT NULL |
| F-Key | Name | Type | Description |
|---|---|---|---|
| object_id | numeric(18,0) | PRIMARY KEY | |
| folders.object_id | folder_oid | numeric(18,0) | NOT NULL |
| first_name | character varying(255) | ||
| last_name | character varying(255) | ||
| email_address | character varying(255) | NOT NULL | |
| serial | integer | NOT NULL | |
| sites.object_id | site_oid | numeric(18,0) | NOT NULL |
| F-Key | Name | Type | Description |
|---|---|---|---|
| object_id | numeric(18,0) | PRIMARY KEY | |
| unique_id | character varying(255) | NOT NULL | |
| app_email_accounts.object_id | account_oid | numeric(18,0) | NOT NULL |
| serial | integer | NOT NULL | |
| sites.object_id | site_oid | numeric(18,0) | NOT NULL |
| F-Key | Name | Type | Description |
|---|---|---|---|
| items.object_id | item_oid | numeric(18,0) | PRIMARY KEY |
| object_id | numeric(18,0) | UNIQUE NOT NULL | |
| app_email_accounts.object_id | account_oid | numeric(18,0) | NOT NULL |
| unique_id | character varying(255) | ||
| date_sent | timestamp without time zone | ||
| date_received | timestamp without time zone | ||
| is_new | boolean | NOT NULL DEFAULT false | |
| charset_encoding | character varying(255) | ||
| serial | integer | NOT NULL | |
| sites.object_id | site_oid | numeric(18,0) | NOT NULL |
Tables referencing this one via Foreign Key Constraints:
| F-Key | Name | Type | Description |
|---|---|---|---|
| object_id | numeric(18,0) | PRIMARY KEY | |
| folders.object_id | folder_oid | numeric(18,0) | NOT NULL |
| filter_name | character varying(255) | NOT NULL | |
| check_field | character varying(255) | NOT NULL | |
| filter_rule | character(3) | NOT NULL | |
| pattern | character varying(255) | NOT NULL | |
| is_case_sensitive | boolean | NOT NULL DEFAULT false | |
| action | character(3) | NOT NULL | |
| folders.object_id | destination_oid | numeric(18,0) | NOT NULL |
| serial | integer | NOT NULL | |
| sites.object_id | site_oid | numeric(18,0) | NOT NULL |
| F-Key | Name | Type | Description |
|---|---|---|---|
| object_id | numeric(18,0) | PRIMARY KEY | |
| attr_name | character varying(255) | NOT NULL | |
| attr_index | integer | NOT NULL | |
| attr_value | character varying(255) | NOT NULL | |
| app_fm_form_elements.object_id | form_element_oid | numeric(18,0) | NOT NULL |
| serial | integer | NOT NULL | |
| sites.object_id | site_oid | numeric(18,0) | NOT NULL |
Tables referencing this one via Foreign Key Constraints:
| F-Key | Name | Type | Description |
|---|---|---|---|
| items.object_id | item_oid | numeric(18,0) | PRIMARY KEY |
| app_fm_form_elements.object_id | form_element_oid | numeric(18,0) | PRIMARY KEY |
| object_id | numeric(18,0) | NOT NULL | |
| name | character varying(255) | ||
| binary_data | oid | ||
| content_types.object_id | content_type_oid | numeric(18,0) | |
| serial | integer | NOT NULL | |
| sites.object_id | site_oid | numeric(18,0) | NOT NULL |
| F-Key | Name | Type | Description |
|---|---|---|---|
| app_fm_reports.object_id | report_oid | numeric(18,0) | PRIMARY KEY |
| app_fm_form_elements.object_id | form_element_oid | numeric(18,0) | PRIMARY KEY |
| object_id | numeric(18,0) | UNIQUE NOT NULL | |
| col_order | integer | NOT NULL | |
| serial | integer | NOT NULL | |
| sites.object_id | site_oid | numeric(18,0) | NOT NULL |
| F-Key | Name | Type | Description |
|---|---|---|---|
| app_fm_forms.item_oid | item_oid | numeric(18,0) | PRIMARY KEY |
| app_fm_form_elements.object_id | form_element_oid | numeric(18,0) | PRIMARY KEY |
| object_id | numeric(18,0) | UNIQUE NOT NULL | |
| field_value | character varying(2000) | ||
| app_fm_attributes.object_id | value_origin_oid | numeric(18,0) | |
| serial | integer | NOT NULL | |
| sites.object_id | site_oid | numeric(18,0) | NOT NULL |
| F-Key | Name | Type | Description |
|---|---|---|---|
| object_id | numeric(18,0) | PRIMARY KEY | |
| element_order | integer | NOT NULL | |
| has_predefined_values | boolean | NOT NULL DEFAULT false | |
| is_data_field | boolean | NOT NULL DEFAULT false | |
| folders.object_id | folder_oid | numeric(18,0) | NOT NULL |
| serial | integer | NOT NULL | |
| sites.object_id | site_oid | numeric(18,0) | NOT NULL |
Tables referencing this one via Foreign Key Constraints:
| F-Key | Name | Type | Description |
|---|---|---|---|
| items.object_id | item_oid | numeric(18,0) | PRIMARY KEY |
| object_id | numeric(18,0) | UNIQUE NOT NULL | |
| form_id | integer | UNIQUE NOT NULL | |
| serial | integer | NOT NULL | |
| sites.object_id | site_oid | numeric(18,0) | NOT NULL |
Tables referencing this one via Foreign Key Constraints:
| F-Key | Name | Type | Description |
|---|---|---|---|
| object_id | numeric(18,0) | PRIMARY KEY | |
| idcounter | integer | NOT NULL | |
| idstring | character(3) | ||
| folders.object_id | folder_oid | numeric(18,0) | NOT NULL |
| serial | integer | NOT NULL | |
| sites.object_id | site_oid | numeric(18,0) | NOT NULL |
| F-Key | Name | Type | Description |
|---|---|---|---|
| object_id | numeric(18,0) | PRIMARY KEY | |
| leading_chars | character varying(32) | ||
| trailing_chars | character varying(32) | ||
| component_order | integer | NOT NULL | |
| app_fm_form_elements.object_id | form_element_oid | numeric(18,0) | NOT NULL |
| serial | integer | NOT NULL | |
| sites.object_id | site_oid | numeric(18,0) | NOT NULL |
| F-Key | Name | Type | Description |
|---|---|---|---|
| object_id | numeric(18,0) | PRIMARY KEY | |
| report_name | character varying(255) | NOT NULL | |
| has_id | boolean | NOT NULL DEFAULT false | |
| has_date_created | boolean | NOT NULL DEFAULT false | |
| has_date_modified | boolean | NOT NULL DEFAULT false | |
| app_fm_form_elements.object_id | sort_by_form_element_oid | numeric(18,0) | |
| app_fm_form_elements.object_id | group_by_form_element_oid | numeric(18,0) | |
| restrictions | character varying(255) | ||
| serial | integer | NOT NULL | |
| sites.object_id | site_oid | numeric(18,0) | NOT NULL |
Tables referencing this one via Foreign Key Constraints:
| F-Key | Name | Type | Description |
|---|---|---|---|
| items.object_id | item_oid | numeric(18,0) | PRIMARY KEY |
| object_id | numeric(18,0) | UNIQUE NOT NULL | |
| serial | integer | NOT NULL | |
| sites.object_id | site_oid | numeric(18,0) | NOT NULL |
Tables referencing this one via Foreign Key Constraints:
| F-Key | Name | Type | Description |
|---|---|---|---|
| items.object_id | item_oid | numeric(18,0) | PRIMARY KEY |
| object_id | numeric(18,0) | UNIQUE NOT NULL | |
| serial | integer | NOT NULL | |
| sites.object_id | site_oid | numeric(18,0) | NOT NULL |
| F-Key | Name | Type | Description |
|---|---|---|---|
| items.object_id | item_oid | numeric(18,0) | PRIMARY KEY |
| object_id | numeric(18,0) | UNIQUE NOT NULL | |
| url | character varying(255) | NOT NULL | |
| in_new_window | boolean | NOT NULL DEFAULT false | |
| serial | integer | NOT NULL | |
| sites.object_id | site_oid | numeric(18,0) | NOT NULL |
| F-Key | Name | Type | Description |
|---|---|---|---|
| items.object_id | item_oid | numeric(18,0) | PRIMARY KEY |
| color | character(6) | NOT NULL | |
| object_id | numeric(18,0) | UNIQUE NOT NULL | |
| folders.object_id | folder_oid | numeric(18,0) | NOT NULL |
| serial | integer | NOT NULL | |
| sites.object_id | site_oid | numeric(18,0) | NOT NULL |
| F-Key | Name | Type | Description |
|---|---|---|---|
| app_memos.item_oid | item_oid | numeric(18,0) | NOT NULL |
| object_id | numeric(18,0) | PRIMARY KEY | |
| broadcast_time | timestamp without time zone | NOT NULL | |
| serial | integer | NOT NULL | |
| sites.object_id | site_oid | numeric(18,0) | NOT NULL |
| F-Key | Name | Type | Description |
|---|---|---|---|
| app_memos.item_oid | item_oid | numeric(18,0) | NOT NULL |
| users.object_id | user_oid | numeric(18,0) | |
| object_id | numeric(18,0) | PRIMARY KEY | |
| groups.object_id | group_oid | numeric(18,0) | |
| serial | integer | NOT NULL | |
| sites.object_id | site_oid | numeric(18,0) | NOT NULL |
| F-Key | Name | Type | Description |
|---|---|---|---|
| items.object_id | item_oid | numeric(18,0) | PRIMARY KEY |
| object_id | numeric(18,0) | UNIQUE NOT NULL | |
| folders.object_id | referred_folder | numeric(18,0) | |
| begin_date | timestamp without time zone | NOT NULL | |
| sent_from | character varying(255) | ||
| end_date | timestamp without time zone | NOT NULL | |
| period | integer | ||
| is_recurring | boolean | NOT NULL DEFAULT false | |
| frequency | character(1) | ||
| serial | integer | NOT NULL | |
| sites.object_id | site_oid | numeric(18,0) | NOT NULL |
| timezone_code | character varying(255) | NOT NULL |
Tables referencing this one via Foreign Key Constraints:
| F-Key | Name | Type | Description |
|---|---|---|---|
| object_id | numeric(18,0) | PRIMARY KEY | |
| items.object_id | item_oid | numeric(18,0) | NOT NULL |
| users.object_id | to_user_oid | numeric(18,0) | NOT NULL |
| users.object_id | from_user_oid | numeric(18,0) | NOT NULL |
| seen_by_sender | boolean | ||
| seen_by_recever | boolean | ||
| deleted_by_sender | boolean | ||
| deleted_by_recever | boolean | ||
| serial | integer | NOT NULL | |
| sites.object_id | site_oid | numeric(18,0) | NOT NULL |
| F-Key | Name | Type | Description |
|---|---|---|---|
| app_poll_options.object_id | poll_option_oid | numeric(18,0) | PRIMARY KEY |
| users.object_id | user_oid | numeric(18,0) | PRIMARY KEY |
| object_id | numeric(18,0) | UNIQUE NOT NULL | |
| serial | integer | NOT NULL | |
| sites.object_id | site_oid | numeric(18,0) | NOT NULL |
| F-Key | Name | Type | Description |
|---|---|---|---|
| object_id | numeric(18,0) | PRIMARY KEY | |
| app_polls.object_id | poll_oid | numeric(18,0) | NOT NULL |
| poll_option | character varying(255) | NOT NULL | |
| serial | integer | NOT NULL | |
| sites.object_id | site_oid | numeric(18,0) | NOT NULL |
Tables referencing this one via Foreign Key Constraints:
| F-Key | Name | Type | Description |
|---|---|---|---|
| object_id | numeric(18,0) | PRIMARY KEY | |
| app_portlets.object_id | portlet_oid | numeric(18,0) | NOT NULL |
| poll_name | character varying(255) | NOT NULL | |
| poll_question | character varying(255) | NOT NULL | |
| poll_expiration | timestamp without time zone | ||
| results_hidden_until_expired | boolean | NOT NULL DEFAULT false | |
| results_are_anonymous | boolean | NOT NULL DEFAULT true | |
| results_are_changeable | boolean | NOT NULL DEFAULT false | |
| serial | integer | NOT NULL | |
| sites.object_id | site_oid | numeric(18,0) | NOT NULL |
Tables referencing this one via Foreign Key Constraints:
| F-Key | Name | Type | Description |
|---|---|---|---|
| object_id | numeric(18,0) | PRIMARY KEY | |
| layout_id | integer | NOT NULL | |
| folders.object_id | folder_oid | numeric(18,0) | NOT NULL |
| serial | integer | NOT NULL | |
| sites.object_id | site_oid | numeric(18,0) | NOT NULL |
| F-Key | Name | Type | Description |
|---|---|---|---|
| object_id | numeric(18,0) | PRIMARY KEY | |
| app_portlets.object_id | portlet_oid | numeric(18,0) | |
| attribute_name | character varying(255) | ||
| attribute_value | character varying(255) | ||
| serial | integer | NOT NULL | |
| sites.object_id | site_oid | numeric(18,0) | NOT NULL |
| F-Key | Name | Type | Description |
|---|---|---|---|
| app_headlines.item_oid | item_oid | numeric(18,0) | PRIMARY KEY |
| app_portlets.object_id | portlet_oid | numeric(18,0) | PRIMARY KEY |
| object_id | numeric(18,0) | UNIQUE NOT NULL | |
| serial | integer | NOT NULL | |
| sites.object_id | site_oid | numeric(18,0) | NOT NULL |
| F-Key | Name | Type | Description |
|---|---|---|---|
| object_id | numeric(18,0) | PRIMARY KEY | |
| container_id | integer | NOT NULL | |
| folders.object_id | section_oid | numeric(18,0) | NOT NULL |
| portlet_order | integer | NOT NULL | |
| portlet_type | character varying(255) | NOT NULL | |
| folders.object_id | folder_oid | numeric(18,0) | |
| serial | integer | NOT NULL | |
| sites.object_id | site_oid | numeric(18,0) | NOT NULL |
Tables referencing this one via Foreign Key Constraints:
| F-Key | Name | Type | Description |
|---|---|---|---|
| object_id | numeric(18,0) | PRIMARY KEY | |
| items.object_id | item_oid | numeric(18,0) | NOT NULL |
| pname | character varying(255) | NOT NULL | |
| pvalue | character varying(255) | NOT NULL | |
| pnamespace | character varying(255) | NOT NULL | |
| serial | integer | NOT NULL | |
| sites.object_id | site_oid | numeric(18,0) | NOT NULL |
| F-Key | Name | Type | Description |
|---|---|---|---|
| object_id | numeric(18,0) | PRIMARY KEY | |
| items.object_id | item_oid | numeric(18,0) | NOT NULL |
| serial | integer | NOT NULL | |
| sites.object_id | site_oid | numeric(18,0) | NOT NULL |
Tables referencing this one via Foreign Key Constraints:
| F-Key | Name | Type | Description |
|---|---|---|---|
| object_id | numeric(18,0) | PRIMARY KEY | |
| items.object_id | item_oid | numeric(18,0) | NOT NULL |
| users.object_id | user_oid | numeric(18,0) | NOT NULL |
| app_questions.object_id | answer_oid | numeric(18,0) | |
| app_question_lists.object_id | list_oid | numeric(18,0) | |
| q_or_a | boolean | NOT NULL | |
| serial | integer | NOT NULL | |
| sites.object_id | site_oid | numeric(18,0) | NOT NULL |
Tables referencing this one via Foreign Key Constraints:
| F-Key | Name | Type | Description |
|---|---|---|---|
| object_id | numeric(18,0) | PRIMARY KEY | |
| items.object_id | item_oid | numeric(18,0) | NOT NULL |
| users.object_id | user_oid | numeric(18,0) | NOT NULL |
| serial | integer | NOT NULL | |
| sites.object_id | site_oid | numeric(18,0) | NOT NULL |
| F-Key | Name | Type | Description |
|---|---|---|---|
| object_id | numeric(18,0) | PRIMARY KEY | |
| name | character varying(255) | UNIQUE#1 NOT NULL | |
| serial | integer | NOT NULL | |
| sites.object_id | site_oid | numeric(18,0) | UNIQUE#1 NOT NULL |
Tables referencing this one via Foreign Key Constraints:
| F-Key | Name | Type | Description |
|---|---|---|---|
| object_id | numeric(18,0) | PRIMARY KEY | |
| items.object_id | item_oid | numeric(18,0) | NOT NULL |
| serial | integer | NOT NULL | |
| sites.object_id | site_oid | numeric(18,0) | NOT NULL |
Tables referencing this one via Foreign Key Constraints:
| F-Key | Name | Type | Description |
|---|---|---|---|
| object_id | numeric(18,0) | PRIMARY KEY | |
| items.object_id | item_oid | numeric(18,0) | NOT NULL |
| users.object_id | from_user_oid | numeric(18,0) | NOT NULL |
| users.object_id | to_user_oid | numeric(18,0) | |
| app_task_lists.object_id | list_oid | numeric(18,0) | |
| complete | character(1) | NOT NULL | |
| serial | integer | NOT NULL | |
| sites.object_id | site_oid | numeric(18,0) | NOT NULL |
| F-Key | Name | Type | Description |
|---|---|---|---|
| object_id | numeric(18,0) | PRIMARY KEY | |
| users.object_id | user_oid | numeric(18,0) | NOT NULL |
| folders.object_id | folder_oid | numeric(18,0) | NOT NULL |
| serial | integer | NOT NULL | |
| site_oid | numeric(18,0) | NOT NULL |
| F-Key | Name | Type | Description |
|---|---|---|---|
| object_id | numeric(18,0) | PRIMARY KEY | |
| items.object_id | item_oid | numeric(18,0) | NOT NULL |
| serial | integer | NOT NULL | |
| sites.object_id | site_oid | numeric(18,0) | NOT NULL |
Tables referencing this one via Foreign Key Constraints:
| F-Key | Name | Type | Description |
|---|---|---|---|
| object_id | numeric(18,0) | PRIMARY KEY | |
| items.object_id | item_oid | numeric(18,0) | NOT NULL |
| app_wave_topics.object_id | topic_oid | numeric(18,0) | |
| serial | integer | NOT NULL | |
| sites.object_id | site_oid | numeric(18,0) | NOT NULL |
| F-Key | Name | Type | Description |
|---|---|---|---|
| object_id | numeric(18,0) | PRIMARY KEY | |
| name | character varying(255) | NOT NULL | |
| content_name | character varying(255) | NOT NULL | |
| is_system_app | boolean | NOT NULL DEFAULT false | |
| is_main_app | boolean | NOT NULL DEFAULT false | |
| run_string | character varying(255) | NOT NULL | |
| icons.object_id | icon_oid | numeric(18,0) | NOT NULL |
| serial | integer | NOT NULL | |
| sites.object_id | site_oid | numeric(18,0) | NOT NULL |
Tables referencing this one via Foreign Key Constraints:
| F-Key | Name | Type | Description |
|---|---|---|---|
| object_id | numeric(18,0) | PRIMARY KEY | |
| items.object_id | item_oid | numeric(18,0) | NOT NULL |
| users.object_id | user_oid | numeric(18,0) | NOT NULL |
| folders.object_id | folder_oid | numeric(18,0) | |
| change_time | timestamp without time zone | NOT NULL | |
| change_type | character(1) | NOT NULL | |
| serial | integer | NOT NULL | |
| sites.object_id | site_oid | numeric(18,0) | NOT NULL |
| F-Key | Name | Type | Description |
|---|---|---|---|
| object_id | numeric(18,0) | PRIMARY KEY | |
| content_type | character varying(255) | NOT NULL | |
| small_icon | oid | ||
| large_icon | oid | ||
| is_unshowable | boolean | NOT NULL DEFAULT false | |
| is_embeddable | boolean | NOT NULL DEFAULT false | |
| is_svg | boolean | NOT NULL DEFAULT false | |
| serial | integer | NOT NULL | |
| sites.object_id | site_oid | numeric(18,0) | NOT NULL |
Tables referencing this one via Foreign Key Constraints:
| F-Key | Name | Type | Description |
|---|---|---|---|
| object_id | numeric(18,0) | PRIMARY KEY | |
| applications.object_id | application_oid | numeric(18,0) | |
| users.object_id | user_oid | numeric(18,0) | |
| log_time | timestamp without time zone | NOT NULL | |
| code | character varying(255) | ||
| description | character varying(255) | NOT NULL | |
| serial | integer | NOT NULL | |
| sites.object_id | site_oid | numeric(18,0) | NOT NULL |
| F-Key | Name | Type | Description |
|---|---|---|---|
| object_id | numeric(18,0) | PRIMARY KEY | |
| folders.object_id | folder_oid | numeric(18,0) | UNIQUE#1 NOT NULL |
| name | character varying(255) | UNIQUE#1 NOT NULL | |
| value | character varying(255) | ||
| serial | integer | NOT NULL | |
| sites.object_id | site_oid | numeric(18,0) | UNIQUE#1 NOT NULL |
| F-Key | Name | Type | Description |
|---|---|---|---|
| object_id | numeric(18,0) | PRIMARY KEY | |
| folders.object_id | parent_folder_oid | numeric(18,0) | |
| icons.object_id | icon_oid | numeric(18,0) | NOT NULL |
| applications.object_id | application_oid | numeric(18,0) | NOT NULL |
| users.object_id | created_by_user_oid | numeric(18,0) | NOT NULL |
| users.object_id | modified_by_user_oid | numeric(18,0) | NOT NULL |
| users.object_id | trashed_by_user_oid | numeric(18,0) | |
| name | character varying(255) | NOT NULL | |
| date_created | timestamp without time zone | NOT NULL | |
| date_modified | timestamp without time zone | NOT NULL | |
| date_trashed | timestamp without time zone | ||
| f_order | numeric(18,0) | ||
| serial | integer | NOT NULL | |
| sites.object_id | site_oid | numeric(18,0) | NOT NULL |
Tables referencing this one via Foreign Key Constraints:
| F-Key | Name | Type | Description |
|---|---|---|---|
| applications.object_id | application_oid | numeric(18,0) | PRIMARY KEY |
| name | character varying(255) | PRIMARY KEY | |
| object_id | numeric(18,0) | UNIQUE NOT NULL | |
| value | character varying(255) | ||
| serial | integer | NOT NULL | |
| sites.object_id | site_oid | numeric(18,0) | NOT NULL |
| F-Key | Name | Type | Description |
|---|---|---|---|
| folders.object_id | folder_oid | numeric(18,0) | PRIMARY KEY |
| groups.object_id | group_oid | numeric(18,0) | PRIMARY KEY |
| object_id | numeric(18,0) | UNIQUE NOT NULL | |
| can_read | boolean | NOT NULL DEFAULT false | |
| can_post | boolean | NOT NULL DEFAULT false | |
| can_modify | boolean | NOT NULL DEFAULT false | |
| can_route | boolean | NOT NULL DEFAULT false | |
| is_administrator | boolean | NOT NULL DEFAULT false | |
| serial | integer | NOT NULL | |
| sites.object_id | site_oid | numeric(18,0) | NOT NULL |
| F-Key | Name | Type | Description |
|---|---|---|---|
| users.object_id | user_oid | numeric(18,0) | PRIMARY KEY |
| groups.object_id | group_oid | numeric(18,0) | PRIMARY KEY |
| object_id | numeric(18,0) | UNIQUE NOT NULL | |
| serial | integer | NOT NULL | |
| sites.object_id | site_oid | numeric(18,0) | NOT NULL |
| F-Key | Name | Type | Description |
|---|---|---|---|
| groups.object_id | group_oid | numeric(18,0) | PRIMARY KEY |
| folders.object_id | folder_oid | numeric(18,0) | PRIMARY KEY |
| object_id | numeric(18,0) | UNIQUE NOT NULL | |
| notify_when_created | boolean | NOT NULL DEFAULT false | |
| notify_when_modified | boolean | NOT NULL DEFAULT false | |
| notify_when_moved | boolean | NOT NULL DEFAULT false | |
| notify_when_routed | boolean | NOT NULL DEFAULT false | |
| serial | integer | NOT NULL | |
| sites.object_id | site_oid | numeric(18,0) | NOT NULL |
| F-Key | Name | Type | Description |
|---|---|---|---|
| object_id | numeric(18,0) | PRIMARY KEY | |
| group_name | character varying(255) | NOT NULL | |
| parent_oid | numeric(18,0) | ||
| serial | integer | NOT NULL | |
| sites.object_id | site_oid | numeric(18,0) | NOT NULL |
Tables referencing this one via Foreign Key Constraints:
| F-Key | Name | Type | Description |
|---|---|---|---|
| object_id | numeric(18,0) | PRIMARY KEY | |
| small_icon | oid | ||
| large_icon | oid | ||
| is_system | boolean | NOT NULL DEFAULT false | |
| is_svg | boolean | NOT NULL DEFAULT false | |
| serial | integer | NOT NULL | |
| sites.object_id | site_oid | numeric(18,0) | NOT NULL |
| F-Key | Name | Type | Description |
|---|---|---|---|
| object_id | numeric(18,0) | PRIMARY KEY | |
| serial | integer | NOT NULL | |
| items.object_id | item_oid | numeric(18,0) | NOT NULL |
| sites.object_id | site_oid | numeric(18,0) | NOT NULL |
| F-Key | Name | Type | Description |
|---|---|---|---|
| main_dictionary.object_id | dictionary_oid | numeric(18,0) | PRIMARY KEY |
| items.object_id | item_oid | numeric(18,0) | PRIMARY KEY |
| object_id | numeric(18,0) | UNIQUE NOT NULL | |
| word_repetition | integer | NOT NULL DEFAULT 1 | |
| serial | integer | NOT NULL | |
| sites.object_id | site_oid | numeric(18,0) | NOT NULL |
| F-Key | Name | Type | Description |
|---|---|---|---|
| object_id | numeric(18,0) | PRIMARY KEY | |
| items.object_id | item_oid | numeric(18,0) | NOT NULL |
| priority | numeric(18,0) | NOT NULL | |
| sites.object_id | site_oid | numeric(18,0) | NOT NULL |
| serial | integer | NOT NULL |
| F-Key | Name | Type | Description |
|---|---|---|---|
| object_id | numeric(18,0) | PRIMARY KEY | |
| items.object_id | parent_item_oid | numeric(18,0) | |
| item_class | character(3) | NOT NULL | |
| name | character varying(255) | ||
| file_name | character varying(255) | ||
| binary_data | oid | ||
| content_types.object_id | content_type_oid | numeric(18,0) | |
| item_data_size | integer | NOT NULL | |
| folders.object_id | folder_oid | numeric(18,0) | NOT NULL |
| users.object_id | created_by_user_oid | numeric(18,0) | NOT NULL |
| users.object_id | modified_by_user_oid | numeric(18,0) | NOT NULL |
| users.object_id | trashed_by_user_oid | numeric(18,0) | |
| date_created | timestamp without time zone | NOT NULL | |
| date_modified | timestamp without time zone | NOT NULL | |
| date_trashed | timestamp without time zone | ||
| expiry_date | timestamp without time zone | ||
| serial | integer | NOT NULL | |
| sites.object_id | site_oid | numeric(18,0) | NOT NULL |
Tables referencing this one via Foreign Key Constraints:
| F-Key | Name | Type | Description |
|---|---|---|---|
| object_id | numeric(18,0) | PRIMARY KEY | |
| keyword | character varying(255) | NOT NULL | |
| items.object_id | item_oid | numeric(18,0) | NOT NULL |
| serial | integer | NOT NULL | |
| sites.object_id | site_oid | numeric(18,0) | NOT NULL |
| F-Key | Name | Type | Description |
|---|---|---|---|
| object_id | numeric(18,0) | PRIMARY KEY | |
| keyword_code | character varying(255) | UNIQUE#1 NOT NULL | |
| languages.object_id | language_oid | numeric(18,0) | UNIQUE#1 NOT NULL |
| keyword_value | character varying(255) | ||
| serial | integer | NOT NULL |
| F-Key | Name | Type | Description |
|---|---|---|---|
| object_id | numeric(18,0) | PRIMARY KEY | |
| language_code | character varying(255) | UNIQUE NOT NULL | |
| native_language_name | character varying(255) | NOT NULL | |
| english_language_name | character varying(255) | NOT NULL | |
| last_updated | timestamp without time zone | NOT NULL | |
| serial | integer | NOT NULL |
| F-Key | Name | Type | Description |
|---|---|---|---|
| object_id | numeric(18,0) | PRIMARY KEY | |
| dict_entry | character varying(255) | UNIQUE NOT NULL | |
| serial | integer | NOT NULL |
| F-Key | Name | Type | Description |
|---|---|---|---|
| object_id | numeric(18,0) | PRIMARY KEY | |
| folders.object_id | folder_oid | numeric(18,0) | NOT NULL |
| action | character(1) | NOT NULL | |
| message | character varying(2000) | ||
| subject | character varying(255) | ||
| serial | integer | NOT NULL | |
| sites.object_id | site_oid | numeric(18,0) | NOT NULL |
| F-Key | Name | Type | Description |
|---|---|---|---|
| object_id | numeric(18,0) | PRIMARY KEY | |
| name | character varying(255) | NOT NULL | |
| folders.object_id | folder_oid | numeric(18,0) | |
| quick_sections.object_id | quick_section_oid | numeric(18,0) | NOT NULL |
| serial | integer | NOT NULL | |
| sites.object_id | site_oid | numeric(18,0) | NOT NULL |
| F-Key | Name | Type | Description |
|---|---|---|---|
| object_id | numeric(18,0) | PRIMARY KEY | |
| name | character varying(255) | NOT NULL | |
| is_default | boolean | NOT NULL DEFAULT false | |
| users.object_id | user_oid | numeric(18,0) | NOT NULL |
| serial | integer | NOT NULL | |
| sites.object_id | site_oid | numeric(18,0) | NOT NULL |
Tables referencing this one via Foreign Key Constraints:
| F-Key | Name | Type | Description |
|---|---|---|---|
| items.object_id | item_oid | numeric(18,0) | PRIMARY KEY |
| users.object_id | user_oid | numeric(18,0) | PRIMARY KEY |
| object_id | numeric(18,0) | UNIQUE NOT NULL | |
| value | integer | NOT NULL | |
| date_voted | timestamp without time zone | ||
| serial | integer | NOT NULL | |
| sites.object_id | site_oid | numeric(18,0) | NOT NULL |
| F-Key | Name | Type | Description |
|---|---|---|---|
| object_id | numeric(18,0) | PRIMARY KEY | |
| reminders.object_id | reminder_oid | numeric(18,0) | NOT NULL |
| broadcast_time | timestamp without time zone | NOT NULL | |
| sites.object_id | site_oid | numeric(18,0) | NOT NULL |
| serial | integer | NOT NULL |
| F-Key | Name | Type | Description |
|---|---|---|---|
| object_id | numeric(18,0) | PRIMARY KEY | |
| reminders.object_id | reminder_oid | numeric(18,0) | NOT NULL |
| users.object_id | user_oid | numeric(18,0) | |
| groups.object_id | group_oid | numeric(18,0) | |
| rsvp | character(2) | ||
| sites.object_id | site_oid | numeric(18,0) | NOT NULL |
| serial | integer | NOT NULL |
| F-Key | Name | Type | Description |
|---|---|---|---|
| object_id | numeric(18,0) | PRIMARY KEY | |
| items.object_id | referred_item_oid | numeric(18,0) | |
| users.object_id | from_user_oid | numeric(18,0) | NOT NULL |
| begin_date | timestamp without time zone | NOT NULL | |
| end_date | timestamp without time zone | NOT NULL | |
| is_recurring | character(1) | NOT NULL DEFAULT '0'::bpchar | |
| period | integer | ||
| frequency | character(1) | ||
| timezone_code | character varying(255) | NOT NULL | |
| message | character varying(2000) | ||
| sites.object_id | site_oid | numeric(18,0) | NOT NULL |
| serial | integer | NOT NULL |
| Name | Constraint |
|---|---|
| reminders_is_recurring_check | CHECK ((is_recurring = ANY (ARRAY['0'::bpchar, '1'::bpchar]))) |
Tables referencing this one via Foreign Key Constraints:
| F-Key | Name | Type | Description |
|---|---|---|---|
| object_id | numeric(18,0) | UNIQUE NOT NULL | |
| folders.object_id | source_folder_oid | numeric(18,0) | PRIMARY KEY |
| folders.object_id | destination_folder_oid | numeric(18,0) | PRIMARY KEY |
| description | character varying(255) | NOT NULL | |
| serial | integer | NOT NULL | |
| sites.object_id | site_oid | numeric(18,0) | NOT NULL |
| F-Key | Name | Type | Description |
|---|---|---|---|
| object_id | numeric(18,0) | PRIMARY KEY | |
| last_session_id | character varying(255) | NOT NULL | |
| users.object_id | user_oid | numeric(18,0) | NOT NULL |
| ip_address | character(15) | NOT NULL | |
| serial | integer | NOT NULL | |
| sites.object_id | site_oid | numeric(18,0) | NOT NULL |
| F-Key | Name | Type | Description |
|---|---|---|---|
| sites.object_id | site_oid | numeric(18,0) | PRIMARY KEY |
| site_fields.object_id | site_field_oid | numeric(18,0) | PRIMARY KEY |
| object_id | numeric(18,0) | UNIQUE NOT NULL | |
| value | character varying(255) | NOT NULL | |
| serial | integer | NOT NULL |
| F-Key | Name | Type | Description |
|---|---|---|---|
| object_id | numeric(18,0) | PRIMARY KEY | |
| field_name | character varying(255) | UNIQUE NOT NULL | |
| is_mandatory | boolean | NOT NULL DEFAULT false | |
| is_system | boolean | NOT NULL DEFAULT false | |
| serial | integer | NOT NULL |
Tables referencing this one via Foreign Key Constraints:
| F-Key | Name | Type | Description |
|---|---|---|---|
| object_id | numeric(18,0) | PRIMARY KEY | |
| site_name | character varying(255) | NOT NULL | |
| date_created | timestamp without time zone | NOT NULL | |
| date_deleted | timestamp without time zone | ||
| is_disabled | boolean | NOT NULL DEFAULT false | |
| is_registered | boolean | NOT NULL DEFAULT false | |
| serial | integer | NOT NULL |
Tables referencing this one via Foreign Key Constraints:
| F-Key | Name | Type | Description |
|---|---|---|---|
| object_id | numeric(18,0) | NOT NULL | |
| acceptable_word | character varying(255) | NOT NULL | |
| serial | integer | NOT NULL | |
| sites.object_id | site_oid | numeric(18,0) | NOT NULL |
| F-Key | Name | Type | Description |
|---|---|---|---|
| object_id | numeric(18,0) | PRIMARY KEY | |
| folders.object_id | folder_oid | numeric(18,0) | NOT NULL |
| folders.object_id | subfolder_oid | numeric(18,0) | NOT NULL |
| serial | integer | NOT NULL | |
| sites.object_id | site_oid | numeric(18,0) | NOT NULL |
| F-Key | Name | Type | Description |
|---|---|---|---|
| object_id | numeric(18,0) | PRIMARY KEY | |
| client_type | character varying(255) | UNIQUE#1 NOT NULL | |
| serial | integer | NOT NULL | |
| sites.object_id | site_oid | numeric(18,0) | UNIQUE#1 NOT NULL |
Tables referencing this one via Foreign Key Constraints:
| F-Key | Name | Type | Description |
|---|---|---|---|
| items.object_id | item_oid | numeric(18,0) | PRIMARY KEY |
| users.object_id | user_oid | numeric(18,0) | PRIMARY KEY |
| sync_clients.object_id | sync_client_oid | numeric(18,0) | PRIMARY KEY |
| object_id | numeric(18,0) | UNIQUE NOT NULL | |
| sync_id | character varying(255) | ||
| serial | integer | NOT NULL | |
| sites.object_id | site_oid | numeric(18,0) | NOT NULL |
| F-Key | Name | Type | Description |
|---|---|---|---|
| object_id | numeric(18,0) | PRIMARY KEY | |
| users.object_id | user_oid | numeric(18,0) | |
| applications.object_id | application_oid | numeric(18,0) | |
| log_time | timestamp without time zone | NOT NULL | |
| ip_address | character(15) | NOT NULL | |
| code | character varying(255) | ||
| description | character varying(255) | NOT NULL | |
| serial | integer | NOT NULL | |
| sites.object_id | site_oid | numeric(18,0) | NOT NULL |
| F-Key | Name | Type | Description |
|---|---|---|---|
| object_id | numeric(18,0) | PRIMARY KEY | |
| key_name | character varying(255) | UNIQUE#1 NOT NULL | |
| category | character varying(255) | ||
| is_critical_setting | boolean | NOT NULL DEFAULT false | |
| type | character(1) | NOT NULL | |
| value | character varying(255) | ||
| binary_data | oid | ||
| content_types.object_id | content_type_oid | numeric(18,0) | |
| subcategory | character varying(255) | ||
| serial | integer | NOT NULL | |
| sites.object_id | site_oid | numeric(18,0) | UNIQUE#1 NOT NULL |
| F-Key | Name | Type | Description |
|---|---|---|---|
| object_id | numeric(18,0) | PRIMARY KEY | |
| items.object_id | item_oid | numeric(18,0) | NOT NULL |
| app_tags.object_id | tag_oid | numeric(18,0) | NOT NULL |
| serial | integer | NOT NULL | |
| sites.object_id | site_oid | numeric(18,0) | NOT NULL |
| F-Key | Name | Type | Description |
|---|---|---|---|
| users.object_id | user_oid | numeric(18,0) | PRIMARY KEY |
| object_id | numeric(18,0) | UNIQUE NOT NULL | |
| name | character varying(255) | NOT NULL | |
| description | character varying(255) | ||
| serial | integer | NOT NULL | |
| sites.object_id | site_oid | numeric(18,0) | NOT NULL |
| F-Key | Name | Type | Description |
|---|---|---|---|
| folders.object_id | folder_oid | numeric(18,0) | PRIMARY KEY |
| users.object_id | user_oid | numeric(18,0) | PRIMARY KEY |
| object_id | numeric(18,0) | UNIQUE NOT NULL | |
| can_read | boolean | NOT NULL DEFAULT false | |
| can_post | boolean | NOT NULL DEFAULT false | |
| can_modify | boolean | NOT NULL DEFAULT false | |
| can_route | boolean | NOT NULL DEFAULT false | |
| is_administrator | boolean | NOT NULL DEFAULT false | |
| serial | integer | NOT NULL | |
| sites.object_id | site_oid | numeric(18,0) | NOT NULL |
| F-Key | Name | Type | Description |
|---|---|---|---|
| applications.object_id | application_oid | numeric(18,0) | PRIMARY KEY |
| users.object_id | user_oid | numeric(18,0) | PRIMARY KEY |
| name | character varying(255) | PRIMARY KEY | |
| object_id | numeric(18,0) | UNIQUE NOT NULL | |
| value | character varying(255) | NOT NULL | |
| serial | integer | NOT NULL | |
| sites.object_id | site_oid | numeric(18,0) | NOT NULL |
| F-Key | Name | Type | Description |
|---|---|---|---|
| object_id | numeric(18,0) | PRIMARY KEY | |
| users.object_id | user_oid | numeric(18,0) | NOT NULL |
| user_expertise_types.object_id | expertise_type | numeric(18,0) | NOT NULL |
| serial | integer | NOT NULL | |
| sites.object_id | site_oid | numeric(18,0) |
| F-Key | Name | Type | Description |
|---|---|---|---|
| object_id | numeric(18,0) | PRIMARY KEY | |
| name | character varying(255) | NOT NULL | |
| serial | integer | NOT NULL | |
| sites.object_id | site_oid | numeric(18,0) | NOT NULL |
| group_oid | numeric(18,0) |
Tables referencing this one via Foreign Key Constraints:
| F-Key | Name | Type | Description |
|---|---|---|---|
| user_fields.object_id | user_field_oid | numeric(18,0) | PRIMARY KEY |
| users.object_id | user_oid | numeric(18,0) | PRIMARY KEY |
| object_id | numeric(18,0) | UNIQUE NOT NULL | |
| value | character varying(255) | NOT NULL | |
| serial | integer | NOT NULL | |
| sites.object_id | site_oid | numeric(18,0) | NOT NULL |
| F-Key | Name | Type | Description |
|---|---|---|---|
| object_id | numeric(18,0) | PRIMARY KEY | |
| field_name | character varying(255) | UNIQUE#1 NOT NULL | |
| is_mandatory | boolean | NOT NULL DEFAULT false | |
| is_system | boolean | NOT NULL DEFAULT false | |
| serial | integer | NOT NULL | |
| sites.object_id | site_oid | numeric(18,0) | UNIQUE#1 NOT NULL |
Tables referencing this one via Foreign Key Constraints:
| F-Key | Name | Type | Description |
|---|---|---|---|
| users.object_id | user_oid | numeric(18,0) | PRIMARY KEY |
| folders.object_id | folder_oid | numeric(18,0) | PRIMARY KEY |
| name | character varying(255) | PRIMARY KEY | |
| object_id | numeric(18,0) | UNIQUE NOT NULL | |
| value | character varying(255) | ||
| serial | integer | NOT NULL | |
| sites.object_id | site_oid | numeric(18,0) | NOT NULL |
| F-Key | Name | Type | Description |
|---|---|---|---|
| object_id | numeric(18,0) | PRIMARY KEY | |
| users.object_id | user_oid | numeric(18,0) | NOT NULL |
| user_groups.object_id | user_group_oid | numeric(18,0) | NOT NULL |
| serial | integer | NOT NULL | |
| site_oid | numeric(18,0) | NOT NULL |
| F-Key | Name | Type | Description |
|---|---|---|---|
| object_id | numeric(18,0) | PRIMARY KEY | |
| group_name | character varying(255) | NOT NULL | |
| users.object_id | owner | numeric(18,0) | NOT NULL |
| is_system | character(1) | NOT NULL DEFAULT '0'::bpchar | |
| serial | integer | NOT NULL | |
| site_oid | numeric(18,0) | NOT NULL |
Tables referencing this one via Foreign Key Constraints:
| F-Key | Name | Type | Description |
|---|---|---|---|
| users.object_id | user_oid | numeric(18,0) | PRIMARY KEY |
| folders.object_id | folder_oid | numeric(18,0) | PRIMARY KEY |
| object_id | numeric(18,0) | UNIQUE NOT NULL | |
| notify_when_created | boolean | NOT NULL DEFAULT false | |
| notify_when_modified | boolean | NOT NULL DEFAULT false | |
| notify_when_moved | boolean | NOT NULL DEFAULT false | |
| notify_when_routed | boolean | NOT NULL DEFAULT false | |
| serial | integer | NOT NULL | |
| sites.object_id | site_oid | numeric(18,0) | NOT NULL |
| F-Key | Name | Type | Description |
|---|---|---|---|
| object_id | numeric(18,0) | PRIMARY KEY | |
| username | character varying(255) | UNIQUE#1 NOT NULL | |
| password | character varying(255) | ||
| last_login | timestamp without time zone | ||
| is_locked | boolean | NOT NULL DEFAULT false | |
| is_removed | boolean | NOT NULL DEFAULT false | |
| image | oid | ||
| languages.object_id | language_oid | numeric(18,0) | NOT NULL |
| content_types.object_id | content_type_oid | numeric(18,0) | |
| serial | integer | NOT NULL | |
| sites.object_id | site_oid | numeric(18,0) | UNIQUE#1 NOT NULL |
| last_changed | timestamp without time zone |
Tables referencing this one via Foreign Key Constraints:
| F-Key | Name | Type | Description |
|---|---|---|---|
| folders.object_id | folder_oid | numeric(18,0) | PRIMARY KEY |
| users.object_id | user_oid | numeric(18,0) | PRIMARY KEY |
| object_id | numeric(18,0) | UNIQUE NOT NULL | |
| serial | integer | NOT NULL | |
| sites.object_id | site_oid | numeric(18,0) | NOT NULL |
| F-Key | Name | Type | Description |
|---|---|---|---|
| main_dictionary.object_id | dictionary_oid | numeric(18,0) | PRIMARY KEY |
| hits | numeric(18,0) | NOT NULL | |
| sites.object_id | site_oid | numeric(18,0) | PRIMARY KEY |
| F-Key | Name | Type | Description |
|---|---|---|---|
| name | character varying(255) | NOT NULL | |
| folders.object_id | folder_oid | numeric(18,0) | NOT NULL |
| object_id | numeric(18,0) | PRIMARY KEY | |
| sites.object_id | site_oid | numeric(18,0) | NOT NULL |
| serial | integer | NOT NULL |
Tables referencing this one via Foreign Key Constraints:
| F-Key | Name | Type | Description |
|---|---|---|---|
| object_id | numeric(18,0) | PRIMARY KEY | |
| items.object_id | item_oid | numeric(18,0) | NOT NULL |
| step_oid | numeric(18,0) | NOT NULL | |
| data | character varying(255) | NOT NULL | |
| state | integer | NOT NULL | |
| wdate | timestamp without time zone | NOT NULL | |
| sites.object_id | site_oid | numeric(18,0) | NOT NULL |
| serial | integer | NOT NULL |
| F-Key | Name | Type | Description |
|---|---|---|---|
| name | character varying(255) | NOT NULL | |
| workflow.object_id | workflow_oid | numeric(18,0) | NOT NULL |
| choice_type | integer | NOT NULL | |
| data | character varying(255) | NOT NULL | |
| workflow_steps.object_id | yes_step_oid | numeric(18,0) | |
| workflow_steps.object_id | no_step_oid | numeric(18,0) | |
| choice_logic | integer | NOT NULL | |
| users.object_id | user_oid | numeric(18,0) | |
| groups.object_id | group_oid | numeric(18,0) | |
| object_id | numeric(18,0) | PRIMARY KEY | |
| sites.object_id | site_oid | numeric(18,0) | NOT NULL |
| serial | integer | NOT NULL |
Tables referencing this one via Foreign Key Constraints:
BEGIN IF EXISTS( SELECT proname FROM pg_catalog.pg_namespace n JOIN pg_catalog.pg_proc p ON pronamespace = n.oid WHERE nspname = 'public' AND proname='lo_manage' ) THEN CREATE TRIGGER T_ICONS_SMALL_ICON BEFORE UPDATE OR DELETE ON ICONS FOR EACH ROW EXECUTE PROCEDURE lo_manage(SMALL_ICON); CREATE TRIGGER T_ICONS_LARGE_ICON BEFORE UPDATE OR DELETE ON ICONS FOR EACH ROW EXECUTE PROCEDURE lo_manage(LARGE_ICON); CREATE TRIGGER T_CONTENT_TYPES_SMALL_ICON BEFORE UPDATE OR DELETE ON CONTENT_TYPES FOR EACH ROW EXECUTE PROCEDURE lo_manage(SMALL_ICON); CREATE TRIGGER T_CONTENT_TYPES_LARGE_ICON BEFORE UPDATE OR DELETE ON CONTENT_TYPES FOR EACH ROW EXECUTE PROCEDURE lo_manage(LARGE_ICON); CREATE TRIGGER T_USERS_IMAGE BEFORE UPDATE OR DELETE ON USERS FOR EACH ROW EXECUTE PROCEDURE lo_manage(IMAGE); CREATE TRIGGER T_ITEMS_BINARY_DATA BEFORE UPDATE OR DELETE ON ITEMS FOR EACH ROW EXECUTE PROCEDURE lo_manage(BINARY_DATA); CREATE TRIGGER T_SYSTEM_SETTINGS_BINARY_DATA BEFORE UPDATE OR DELETE ON SYSTEM_SETTINGS FOR EACH ROW EXECUTE PROCEDURE lo_manage(BINARY_DATA); CREATE TRIGGER T_APP_CALENDAR_EVENT_TYPES_ICON BEFORE UPDATE OR DELETE ON APP_CALENDAR_EVENT_TYPES FOR EACH ROW EXECUTE PROCEDURE lo_manage(ICON); CREATE TRIGGER T_APP_FM_BINARY_FIELD_VALUES_BINARY_DATA BEFORE UPDATE OR DELETE ON APP_FM_BINARY_FIELD_VALUES FOR EACH ROW EXECUTE PROCEDURE lo_manage(BINARY_DATA); CREATE TRIGGER T_APP_CALENDAR_LOCATIONS_IMAGE BEFORE UPDATE OR DELETE ON APP_CALENDAR_LOCATIONS FOR EACH ROW EXECUTE PROCEDURE lo_manage(IMAGE); END IF;END;