The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Perl5::CoreSmokeDB::Schema::Result::TsgatewayConfig

COMPONENTS LOADED

TABLE: tsgateway_config

ACCESSORS

id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0
  sequence: 'tsgateway_config_id_seq'

name

  data_type: 'text'
  is_nullable: 0
  original: {data_type => "varchar"}

value

  data_type: 'text'
  is_nullable: 1
  original: {data_type => "varchar"}

PRIMARY KEY

UNIQUE CONSTRAINTS

tsgateway_config_name_key