| Schema Version | 4.5.2 | |
| Filegroup | BART_DATA | |
| Partitioned | No | |
The CLEAN_BART_JOB table is defined by the following columns in your back-end database. See the column details for more information.
| Name | PK | FK | IX | Uses | Used by |
|---|---|---|---|---|---|
| JOB_ID | PK_CLEAN_BART_JOB | The ID of the job
|
|||
| DELAY | Defines the maximum consumption date, which is equal to the current date minus the
delay
|
The database schema defines the following columns. Check the definitions, types, available indexes, and formats:
| Definition | The ID of the job |
| Type | DECIMAL(28), NOT NULL |
| Primary Key | PK_CLEAN_BART_JOB |
| Definition | Defines the maximum consumption date, which is equal to the current date minus the delay |
| Type | DECIMAL(28), NOT NULL |
See the primary key information:
| Column(s) | JOB_ID |
| Filegroup | BART_DATA |