Reproduction Repository for laravel/nova-issues#5527
Prepare the project:
composer install
sail up -d
sail art db:migrate --seed
sail art nova:user
Login with the nova user and navigate to the Snowflake Examples resource.
The ID column and the Snowflake ID column should match as they have the same value in the database but they don't match.