Table idempiere9.adempiere.ad_attribute
System Attribute

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_attribute_id numeric 10
ad_attribute_value.ad_attribute_id adattribute_adattributevalue C
System Attribute
ad_client_id numeric 10 Client/Tenant for this installation.
ad_org_id numeric 10 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
name varchar 60 Alphanumeric identifier of the entity
description varchar 255  √  null Optional short description of the record
help varchar 2000  √  null Comment or Hint
ad_table_id numeric 10
ad_table.ad_table_id adtable_adattribute C
Database Table information
ad_reference_id numeric 10
ad_reference.ad_reference_id adreference_adattribute R
System Reference and Validation
ad_reference_value_id numeric 10  √  null
ad_reference.ad_reference_id adreferencevalue_adattribute R
Required to specify, if data type is Table or List
ad_val_rule_id numeric 10  √  null
ad_val_rule.ad_val_rule_id advalrule_adattribute N
Dynamic Validation Rule
callout varchar 60  √  null Fully qualified class names and method - separated by semicolons
valuemin varchar 20  √  null Minimum Value for a field
valuemax varchar 20  √  null Maximum Value for a field
defaultvalue varchar 2000  √  null Default value hierarchy, separated by ;
isreadonly bpchar 1 'N'::bpchar Field is read only
isupdateable bpchar 1 'Y'::bpchar Determines, if the field can be updated
ismandatory bpchar 1 'N'::bpchar Data entry is required in this column
isencrypted bpchar 1 'N'::bpchar Display or Storage is encrypted
fieldlength numeric 10  √  null Length of the column in the database
displaylength numeric 10  √  null Length of the display in characters
displaylogic varchar 2000  √  null If the Field is displayed, the result determines if the field is actually displayed
vformat varchar 60  √  null Format of the value; Can contain fixed format elements, Variables: "_lLoOaAcCa09"
issameline bpchar 1 'N'::bpchar Displayed on same line as previous field
isheading bpchar 1 'N'::bpchar Field without Column - Only label is displayed
isfieldonly bpchar 1 'N'::bpchar Label is not displayed
seqno numeric 10  √  null Method of ordering records; lowest number comes first
ad_attribute_uu varchar 36  √  NULL::character varying AD_Attribute_UU

Table contained 0 rows at 2021-12-25 14:43 +0100

Indexes:
Column(s) Type Sort Constraint Name
ad_attribute_id Primary key Asc ad_attribute_pkey
ad_attribute_uu Must be unique Asc ad_attribute_uu_idx


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.