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

NAME

Dwimmer::DB::Result::SiteConfig

ACCESSORS

id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

siteid

  data_type: 'integer'
  is_nullable: 0

name

  data_type: 'varchar'
  is_nullable: 0
  size: 100

value

  data_type: 'varchar'
  is_nullable: 1
  size: 100