Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | BIGINT | 19 | √ | null |
|
|
||||
cashier_id | BIGINT | 19 | null |
|
|
|||||
txn_type | SMALLINT | 5 | null |
|
|
|||||
txn_amount | DECIMAL | 19,6 | null |
|
|
|||||
txn_date | DATE | 10 | null |
|
|
|||||
created_date | DATETIME | 19 | null |
|
|
|||||
entity_type | VARCHAR | 50 | √ | NULL |
|
|
||||
entity_id | BIGINT | 19 | √ | NULL |
|
|
||||
txn_note | VARCHAR | 200 | √ | NULL |
|
|
||||
currency_code | VARCHAR | 3 | √ | NULL |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | id |
IK_m_teller_transactions_m_cashier | Performance | Asc | cashier_id |