
App::Mimosa::Schema::BCS::Result::Mimosa::Job - Mimosa Job

Auto-incrementing surrogate primary key.
SHA1 hash of the job parameters. This is used to identify duplicate job requests, or requests for jobs that are already running.
Not null, varchar(40).
When the job was submitted.
Not null, datetime.
When the job finished. NULL if still running.
User that submitted the job.
Nullable, varchar(64).