efacs_proc_runs
efacdb_full ยท App/admin miscellany
Updated
2026-03-31 19:21:19
Columns
Full schema, no data mutation.| # | Name | Type | Key | Nullable | Default | Comment |
|---|
| 1 | id | int | PRI | NO | - | - |
| 2 | procedure_name | varchar(255) | - | NO | - | - |
| 3 | status | varchar(32) | MUL | NO | - | - |
| 4 | message | text | - | YES | - | - |
| 5 | params_json | text | - | YES | - | - |
| 6 | started_at | datetime | MUL | NO | CURRENT_TIMESTAMP | - |
| 7 | finished_at | datetime | - | YES | - | - |
Indexes
| Name | Unique | Columns |
|---|
| PRIMARY | Yes | id |
| idx_started | No | started_at |
| idx_status | No | status |
Foreign Keys
EFACS has few enforced keys; many relationships are conventional.| Column | References |
|---|
| No enforced foreign keys found for this table. |