Table core.rounding_methods
This table stores information on rounding off the amount.
# Column Name Nullable Data Type Max Length Description
1rounding_method_codecharacter varying4The primary key of this table.
2rounding_method_namecharacter varying50The column that describes this table.

Foreign Keys

# Column Name Key Name References

Indices

Index Name Owner Access Method Definition Description
rounding_methods_pkey postgres btree rounding_method_code
rounding_methods_rounding_method_name_uix postgres btree upper(rounding_method_name::text)

Check Constraints

Constraint Name Description

Default Values

# Column Name Default

Triggers

Trigger Name Targets On Event Timing Condition Order Orientation Description