act_ru_batch

-1 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id_ varchar 64 null
act_ru_variable.batch_id_ act_fk_var_batch R
rev_ int4 10 null
type_ varchar 255 null
total_jobs_ int4 10 null
jobs_created_ int4 10 null
jobs_per_seed_ int4 10 null
invocations_per_job_ int4 10 null
seed_job_def_id_ varchar 64 null
act_ru_jobdef.id_ act_fk_batch_seed_job_def R
batch_job_def_id_ varchar 64 null
act_ru_jobdef.id_ act_fk_batch_job_def R
monitor_job_def_id_ varchar 64 null
act_ru_jobdef.id_ act_fk_batch_monitor_job_def R
suspension_state_ int4 10 null
configuration_ varchar 255 null
tenant_id_ varchar 64 null
create_user_id_ varchar 255 null
start_time_ timestamp 29,6 null
exec_start_time_ timestamp 29,6 null

Indexes

Constraint Name Type Sort Column(s)
act_ru_batch_pkey Primary key Asc id_
act_idx_batch_job_def Performance Asc batch_job_def_id_
act_idx_batch_monitor_job_def Performance Asc monitor_job_def_id_
act_idx_batch_seed_job_def Performance Asc seed_job_def_id_

Relationships