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::DurationsState

COMPONENTS LOADED

TABLE: durations_state

ACCESSORS

state_id

  data_type: 'text'
  is_nullable: 0

project_id

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

durations

  data_type: 'jsonb'
  is_nullable: 0

added

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

UNIQUE CONSTRAINTS

durations_state_project_id_state_id_key

RELATIONS

project

Type: belongs_to

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