m_account_transfer_standing_instructions

0 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
m_account_transfer_standing_instructions_history.standing_instruction_id FK_m_account_transfer_standing_instructions_m_historyR
name VARCHAR 250 null
account_transfer_details_id BIGINT 19 null
m_account_transfer_details.id FK_m_standing_instructions_account_transfer_detailsR
priority TINYINT 3 null
status TINYINT 3 null
instruction_type TINYINT 3 null
amount DECIMAL 19,6 NULL
valid_from DATE 10 null
valid_till DATE 10 NULL
recurrence_type TINYINT 3 null
recurrence_frequency SMALLINT 5 NULL
recurrence_interval SMALLINT 5 NULL
recurrence_on_day SMALLINT 5 NULL
recurrence_on_month SMALLINT 5 NULL
last_run_date DATE 10 NULL

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
FK_m_standing_instructions_account_transfer_details Performance Asc account_transfer_details_id
name Must be unique Asc name

Relationships