Skip to content

condition_sources

Matches based on media source (for example Bluray, Web, DVD). Parent type must be source.

Column Type Nullable Default Description
custom_format_name VARCHAR(100) No
condition_name VARCHAR(100) No
source 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)