Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| source_uuid | CHAR | 36 | null |
|
|
uuid of the source where the transaction was originally executed. |
||
| interval_start | BIGINT | 19 | null |
|
|
First number of interval. |
||
| interval_end | BIGINT | 19 | null |
|
|
Last number of interval. |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc/Asc | source_uuid + interval_start |
