NAME

Kanku::Schema::Result::JobHistorySub

TABLE: job_history_sub

ACCESSORS

id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

job_id

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 1

name

  data_type: 'text'
  is_nullable: 1

state

  data_type: 'text'
  is_nullable: 1

result

  data_type: 'text'
  is_nullable: 1

start_time

  data_type: 'integer'
  is_nullable: 1

end_time

  data_type: 'integer'
  is_nullable: 1

PRIMARY KEY

RELATIONS

job

Type: belongs_to

Related object: Kanku::Schema::Result::JobHistory