Skip to content

condition_sizes

Matches based on file size in bytes. Either min_bytes or max_bytes may be NULL for open-ended ranges. Parent type must be size.

Column Type Nullable Default Description
custom_format_name VARCHAR(100) No
condition_name VARCHAR(100) No
min_bytes INTEGER Yes Null means no minimum
max_bytes INTEGER Yes Null means no maximum

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)