zAR-BIP-workcentre-sets
efacdb_full ยท Custom/model/helper tables
Columns
Full schema, no data mutation.| # | Name | Type | Key | Nullable | Default | Comment |
|---|
| 1 | workcentresetid | bigint | PRI | NO | - | - |
| 2 | workcentreset-name | varchar(180) | - | NO | - | - |
| 3 | status | varchar(24) | - | NO | ready | - |
| 4 | is-latest | tinyint(1) | MUL | NO | 0 | - |
| 5 | is-bookmarked | tinyint(1) | - | NO | 0 | - |
| 6 | item-count | int | - | NO | 0 | - |
| 7 | notes | text | - | YES | - | - |
| 8 | created-by | varchar(120) | - | YES | - | - |
| 9 | created-at | timestamp | - | NO | CURRENT_TIMESTAMP | - |
| 10 | deleted-at | datetime | - | YES | - | - |
Indexes
| Name | Unique | Columns |
|---|
| PRIMARY | Yes | workcentresetid |
| ix-zar-bip-workcentre-sets-latest | No | is-latest, deleted-at |
Foreign Keys
EFACS has few enforced keys; many relationships are conventional.| Column | References |
|---|
| No enforced foreign keys found for this table. |