Table core.frequencies
Interval of time for posting a transaction.
# Column Name Nullable Data Type Max Length Description
1frequency_idinteger0The primary key of this table, which is also a serial field.
2frequency_codecharacter varying12The code given to the interval of time.
3frequency_namecharacter varying50The name given to the interval of time, which is unique field.

Foreign Keys

# Column Name Key Name References

Indices

Index Name Owner Access Method Definition Description
frequencies_pkey postgres btree frequency_id
frequencies_frequency_name_uix postgres btree upper(frequency_name::text)
frequencies_frequency_code_uix postgres btree upper(frequency_code::text)

Check Constraints

Constraint Name Description

Default Values

# Column Name Default
1 frequency_id nextval('core.frequencies_frequency_id_seq'::regclass)

Triggers

Trigger Name Targets On Event Timing Condition Order Orientation Description