# Column Name Nullable Data Type Max Length Description
1resource_idinteger0
2pathtext0
3keytext0
4valuetext0

Foreign Keys

# Column Name Key Name References

Indices

Index Name Owner Access Method Definition Description
resources_pkey postgres btree resource_id
resources_key_inx postgres btree key
resources_path_inx postgres btree path
resources_path_key_inx postgres btree path key
resources_path_key_uix postgres btree upper(path) upper(key)

Check Constraints

Constraint Name Description

Default Values

# Column Name Default
1 resource_id nextval('localization.resources_resource_id_seq'::regclass)

Triggers

Trigger Name Targets On Event Timing Condition Order Orientation Description