zFCS_calc_jobs
efacdb_full ยท Custom/model/helper tables
Columns
Full schema, no data mutation.| # | Name | Type | Key | Nullable | Default | Comment |
|---|
| 1 | id | int | PRI | NO | - | - |
| 2 | job_type | varchar(30) | - | NO | - | - |
| 3 | trigger_date | date | - | NO | - | - |
| 4 | status | varchar(30) | - | NO | - | - |
| 5 | message | varchar(1024) | - | YES | - | - |
| 6 | created_at | datetime | - | NO | CURRENT_TIMESTAMP | - |
| 7 | started_at | datetime | - | YES | - | - |
| 8 | finished_at | datetime | - | YES | - | - |
Indexes
| Name | Unique | Columns |
|---|
| PRIMARY | Yes | id |
Foreign Keys
EFACS has few enforced keys; many relationships are conventional.| Column | References |
|---|
| No enforced foreign keys found for this table. |