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

Dwimmer::DB::Result::MailingList

ACCESSORS

id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0

name

  data_type: 'varchar'
  is_nullable: 0
  size: 100

title

  data_type: 'varchar'
  is_nullable: 0
  size: 100

owner

  data_type: 'integer'
  is_foreign_key: 1
  is_nullable: 0

from_address

  data_type: 'varchar'
  is_nullable: 0
  size: 100

response_page

  data_type: 'varchar'
  is_nullable: 1
  size: 50

validation_page

  data_type: 'varchar'
  is_nullable: 1
  size: 50

validation_response_page

  data_type: 'varchar'
  is_nullable: 1
  size: 50

validate_template

  data_type: 'blob'
  is_nullable: 1

confirm_template

  data_type: 'blob'
  is_nullable: 1

RELATIONS

owner

Type: belongs_to

Related object: Dwimmer::DB::Result::User