{ "db_name": "SQLite", "query": "SELECT sf.path AS \"path!: String\"\n FROM subtitle_files sf\n JOIN media_files mf ON mf.id = sf.media_file_id\n JOIN episodes e ON mf.owner_kind = 'episode' AND e.id = mf.owner_id\n WHERE e.season_id = ? AND sf.path IS NOT NULL", "describe": { "columns": [ { "name": "path!: String", "ordinal": 0, "type_info": "Text", "origin": { "Table": { "table": "subtitle_files", "name": "path" } } } ], "parameters": { "Right": 1 }, "nullable": [ true ] }, "hash": "b2d937e5b8381de44fc6c1915e3deb24236c2c8afa25ffec1c7bbe519aac8803" }