acc_rule_tags

0 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 null
acc_rule_id BIGINT 19 null
acc_accounting_rule.id FK_acc_accounting_rule_idR
tag_id INT 10 null
m_code_value.id FK_m_code_value_idR
acc_type_enum SMALLINT 5 null

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id
FK_acc_accounting_rule_id Performance Asc acc_rule_id
FK_m_code_value_id Performance Asc tag_id
UNIQUE_ACCOUNT_RULE_TAGS Must be unique Asc/Asc/Asc acc_rule_id + tag_id + acc_type_enum

Relationships