Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||||
client_id | BIGINT | 19 | null |
|
|
|||||||
office_id | BIGINT | 19 | null |
|
|
|||||||
currency_code | VARCHAR | 3 | null |
|
|
|||||||
payment_detail_id | BIGINT | 19 | √ | NULL |
|
|
||||||
is_reversed | BIT | 1 | null |
|
|
|||||||
external_id | VARCHAR | 50 | √ | NULL |
|
|
||||||
transaction_date | DATE | 10 | null |
|
|
|||||||
transaction_type_enum | SMALLINT | 5 | null |
|
|
|||||||
amount | DECIMAL | 19,6 | null |
|
|
|||||||
created_date | DATETIME | 19 | null |
|
|
|||||||
appuser_id | BIGINT | 19 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
external_id | Must be unique | Asc | external_id |
FK_m_client_transaction_m_appuser | Performance | Asc | appuser_id |
FK_m_client_transaction_m_client | Performance | Asc | client_id |