Table idempiere9.adempiere.ad_ref_list
Reference List based on Table

Generated by
Quality Systems & Solutions
Legend:
Primary key columns
Columns with indexes
Implied relationships
Excluded column relationships
< n > number of related tables
 
Column Type Size Nulls Auto Default Children Parents Comments
ad_ref_list_id numeric 10
ad_document_action_access.ad_ref_list_id adreflist_addocumentactionacce R
ad_ref_list_trl.ad_ref_list_id ad_reflisttrl C
asp_ref_list.ad_ref_list_id adreflist_aspreflist R
Reference List based on Table
ad_client_id numeric 10
ad_client.ad_client_id ad_reflist_client R
Client/Tenant for this installation.
ad_org_id numeric 10
ad_org.ad_org_id ad_reflist_org R
Organizational entity within client
isactive bpchar 1 'Y'::bpchar The record is active in the system
created timestamp 29,6 now() Date this record was created
createdby numeric 10 User who created this records
updated timestamp 29,6 now() Date this record was updated
updatedby numeric 10 User who updated this records
value varchar 60 Search key for the record in the format required - must be unique
name varchar 60 Alphanumeric identifier of the entity
description varchar 255  √  null Optional short description of the record
ad_reference_id numeric 10
ad_reference.ad_reference_id ad_reference_reflist C
System Reference and Validation
validfrom timestamp 29,6  √  null Valid from including this date (first day)
validto timestamp 29,6  √  null Valid to including this date (last day)
entitytype varchar 40 'D'::character varying
ad_entitytype.entitytype entityt_adreflist R
Dictionary Entity Type; Determines ownership and synchronization
ad_ref_list_uu varchar 36  √  NULL::character varying AD_Ref_List_UU

Table contained 1,439 rows at 2021-12-25 14:43 +0100

Indexes:
Column(s) Type Sort Constraint Name
ad_ref_list_id Primary key Asc ad_ref_list_pkey
ad_reference_id + name Must be unique Asc/Asc ad_ref_list_name
ad_ref_list_uu Must be unique Asc ad_ref_list_uu_idx
ad_reference_id + value Must be unique Asc/Asc ad_ref_list_value


SchemaSpy was unable to generate a diagram of table relationships.
SchemaSpy requires Graphviz version 2.2.1 or versions greater than 2.4 from www.graphviz.org.