Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
label_id | INT | 10 | √ | null |
|
|
||||
batch_id | INT | 10 | 1 |
|
|
|||||
description | MEDIUMTEXT | 16777215 | √ | null |
|
|
||||
item_number | INT | 10 | √ | null |
|
|
||||
borrower_number | INT | 10 | √ | null |
|
|
||||
timestamp | TIMESTAMP | 19 | current_timestamp() |
|
|
|||||
branch_code | VARCHAR | 10 | NB |
|
|
|||||
creator | CHAR | 15 | Labels |
|
|
Table contained 0 rows
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
PRIMARY | Primary key | Asc | label_id |
borrower_fk_constraint | Performance | Asc | borrower_number |
branch_fk_constraint | Performance | Asc | branch_code |
item_fk_constraint | Performance | Asc | item_number |