Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | BIGINT | 19 | √ | null |
|
|
||||
| office_id | BIGINT | 19 | null |
|
|
|||||
| debit_account_id | BIGINT | 19 | √ | NULL |
|
|
||||
| credit_account_id | BIGINT | 19 | √ | NULL |
|
|
||||
| name | VARCHAR | 50 | null |
|
|
|||||
| description | VARCHAR | 100 | √ | NULL |
|
|
||||
| valid_from | DATE | 10 | √ | NULL |
|
|
||||
| valid_to | DATE | 10 | √ | NULL |
|
|
||||
| state | SMALLINT | 5 | √ | NULL |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | id |
| FK_m_tellers_gl_account_credit_account_id | Performance | Asc | credit_account_id |
| FK_m_tellers_gl_account_debit_account_id | Performance | Asc | debit_account_id |
| IK_m_tellers_m_office | Performance | Asc | office_id |
| name | Must be unique | Asc | name |