| # | Name | Type | Key | Nullable | Default | Comment |
|---|---|---|---|---|---|---|
| 1 | snapshot_id | bigint | PRI | NO | - | - |
| 2 | label | varchar(180) | - | NO | - | - |
| 3 | scope_json | longtext | - | YES | - | - |
| 4 | counts_json | longtext | - | YES | - | - |
| 5 | payload_json | longtext | - | NO | - | - |
| 6 | part_count | int | - | NO | 0 | - |
| 7 | bom_count | int | - | NO | 0 | - |
| 8 | orderitem_count | int | - | NO | 0 | - |
| 9 | created_by | varchar(120) | - | YES | - | - |
| 10 | created_at | timestamp | MUL | NO | CURRENT_TIMESTAMP | - |
| Name | Unique | Columns |
|---|---|---|
| PRIMARY | Yes | snapshot_id |
| ix-zBIPmodel3-core-created | No | created_at |
| Column | References |
|---|---|
| No enforced foreign keys found for this table. | |