Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||
acc_rule_id | BIGINT | 19 | null |
|
|
|||||
tag_id | INT | 10 | null |
|
|
|||||
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 |