{
  "affected": 1,
  "insertId": 1001,
  "rest": [
    {
      "title": "title_1779590263113",
      "release_year": 2026,
      "language_id": 2,
      "original_language_id": 1,
      "rental_duration": 7,
      "rental_rate": 1,
      "length": 87,
      "replacement_cost": 1,
      "rating": "PG",
      "special_features": "Deleted Scenes,Behind the Scenes",
      "last_update": "2026-05-24 02:37:43",
      "film_id": 1001
    }
  ],
  "sql": {
    "sql": "INSERT INTO `film` (\n            `title`, `release_year`, `language_id`, `original_language_id`, `rental_duration`, `rental_rate`, `length`, `replacement_cost`, `rating`, `special_features`, `last_update`\n         ) VALUES\n            (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)",
    "values": [
      "title_1779590263113",
      2026,
      2,
      1,
      7,
      1,
      87,
      1,
      "PG",
      "Deleted Scenes,Behind the Scenes",
      "2026-05-24 02:37:43"
    ]
  }
}