zBIPmodel3_ai_requests
efacdb_full ยท Custom/model/helper tables
Updated
2026-05-29 16:06:51
Columns
Full schema, no data mutation.| # | Name | Type | Key | Nullable | Default | Comment |
|---|
| 1 | request_id | bigint | PRI | NO | - | - |
| 2 | partid | varchar(40) | - | YES | - | - |
| 3 | pane | varchar(20) | - | YES | - | - |
| 4 | request_json | longtext | - | NO | - | - |
| 5 | response_json | longtext | - | YES | - | - |
| 6 | created_by | varchar(120) | - | YES | - | - |
| 7 | created_at | timestamp | MUL | NO | CURRENT_TIMESTAMP | - |
Indexes
| Name | Unique | Columns |
|---|
| PRIMARY | Yes | request_id |
| ix-zBIPmodel3-ai-created | No | created_at |
Foreign Keys
EFACS has few enforced keys; many relationships are conventional.| Column | References |
|---|
| No enforced foreign keys found for this table. |