php - BIGINT value changes while inserting into database -


i'm working on laravel project. created migration table contains following column:

$table->unsignedbiginteger('external_id')->nullable(); 

i added seeder fill table data. inside seeder class i'm doing:

'external_id' => 154219795540098834, 

after running migrations , seeding external_id value in database 154219795540098848.

i have no idea causes problem.


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -