The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Test2::Harness::UI::Schema::Result::Duration

COMPONENTS LOADED

TABLE: durations

ACCESSORS

project_id

  data_type: 'uuid'
  is_foreign_key: 1
  is_nullable: 0
  size: 16

rel_file

  data_type: 'text'
  is_nullable: 0

duration

  data_type: 'double precision'
  is_nullable: 0

added

  data_type: 'timestamp'
  default_value: current_timestamp
  is_nullable: 0
  original: {default_value => \"now()"}

RELATIONS

project

Type: belongs_to

Related object: Test2::Harness::UI::Schema::Result::Project