Skip to content

condition_release_types

Matches based on release type classification (for example Movie, Episode). Parent type must be release_type.

Column Type Nullable Default Description
custom_format_name VARCHAR(100) No
condition_name VARCHAR(100) No
release_type VARCHAR(100) No

References:

  • custom_format_conditions — custom_format_conditions (custom_format_name, condition_name)

  • FOREIGN KEY (custom_format_name, condition_name) REFERENCES custom_format_conditions(custom_format_name, name) ON DELETE CASCADE ON UPDATE CASCADE

  • Primary key: (custom_format_name, condition_name)