Table core.config
# Column Name Nullable Data Type Max Length Description
1config_idinteger0The primary key of this table.
2config_namecharacter varying50The name given to the , which is also a unique field.

Foreign Keys

# Column Name Key Name References

Indices

Index Name Owner Access Method Definition Description
config_pkey postgres btree config_id
config_config_name_key postgres btree config_name

Check Constraints

Constraint Name Description

Default Values

# Column Name Default

Triggers

Trigger Name Targets On Event Timing Condition Order Orientation Description