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
Primary key.
type
Type of media, e.g.: image, video.
Unique constraint.
RELATIONS
media_displays
Type: has_many
Related object: Interchange6::Schema::Result::MediaDisplay
media
Type: has_many
Related object: Interchange6::Schema::Result::Media