configuration_entries


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id varchar 36 null
po_order_templates.bill_to po_order_templates_bill_to_fkeyR
po_order_templates.ship_to po_order_templates_ship_to_fkeyR
po_purchase_orders.bill_to po_purchase_orders_bill_to_fkeyR
po_purchase_orders.ship_to po_purchase_orders_ship_to_fkeyR
code varchar 31 null
config_name varchar 55 null
default bool 1 null
description varchar 37 null
enabled bool 1 null
module varchar 22 null
value varchar 2796 null
data json 2147483647 null

Indexes

Constraint Name Type Sort Column(s)
configuration_entries_pkey Primary key Asc id
configuration_entries_code_idx Performance Asc code
configuration_entries_config_name_idx Performance Asc config_name
configuration_entries_default_idx Performance Asc default
configuration_entries_description_idx Performance Asc description
configuration_entries_enabled_idx Performance Asc enabled
configuration_entries_module_idx Performance Asc module

Relationships