Showing posts with label mysql int 2147483647. Show all posts
Showing posts with label mysql int 2147483647. Show all posts

Wednesday, November 10, 2021

mysql not inserting int greater than 2147483647

Solution :

Your column type might be int or similar. Use bigint as column type.

You will not face the issue.