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

NAME

Interchange6::Schema::Result::MediaType

SYNOPSIS

This table holds the available media types to use in Interchange6::Schema::Result::MediaDisplay.

This table should hold only the "parent" type of a media, like image or video.

ACCESSORS

media_types_id

  data_type: 'integer'
  is_auto_increment: 1
  is_nullable: 0
  sequence: 'media_types_media_types_id_seq'
  primary key

type

  data_type: 'varchar'
  is_nullable: 0
  size: 32
  unique constraint

RELATIONS

media_displays

Type: has_many

Related object: Interchange6::Schema::Result::MediaDisplay

media

Type: has_many

Related object: Interchange6::Schema::Result::Media