It’s not unusual for the updated_at field to be filled during an insert operation, especially if the database or ORM is set to automatically update both created_at and updated_at fields upon insertion. You might want to check the settings or triggers in your database. Hope this helps!