{ "db_name": "SQLite", "query": "SELECT c.mode, c.regular_interval, c.random_min_time, c.random_max_time, c.cron_schedule, c.cron_mode\n FROM beacon_template t\n INNER JOIN beacon_config c ON c.config_id = t.config_id\n WHERE t.template_id = ?", "describe": { "columns": [ { "name": "mode", "ordinal": 0, "type_info": "Text" }, { "name": "regular_interval", "ordinal": 1, "type_info": "Integer" }, { "name": "random_min_time", "ordinal": 2, "type_info": "Integer" }, { "name": "random_max_time", "ordinal": 3, "type_info": "Integer" }, { "name": "cron_schedule", "ordinal": 4, "type_info": "Text" }, { "name": "cron_mode", "ordinal": 5, "type_info": "Text" } ], "parameters": { "Right": 1 }, "nullable": [ true, true, true, true, true, true ] }, "hash": "04472775affd2b1694c05f5ab8125528bb5448e0378a7b9cf3ed58eaa2101d1e" }