Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||
from_office_id | BIGINT | 19 | √ | NULL |
|
|
||||
to_office_id | BIGINT | 19 | √ | NULL |
|
|
||||
currency_code | VARCHAR | 3 | null |
|
|
|||||
currency_digits | INT | 10 | null |
|
|
|||||
transaction_amount | DECIMAL | 19,6 | null |
|
|
|||||
transaction_date | DATE | 10 | null |
|
|
|||||
description | VARCHAR | 100 | √ | NULL |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
FK1E37728B783C5C25 | Performance | Asc | from_office_id |
FK1E37728B93C6C1B6 | Performance | Asc | to_office_id |