adminerevo
adminerevo copied to clipboard
fields INT doesnt take the size value
In create table or alter table no matter what value you set for the size of the INT field it will always be 11.
For other type its not happening.
I'm using PHP 8.3, and used the last version from git.
Thanks
https://stackoverflow.com/questions/7552223/int11-vs-intanything-else
Hello,
Yes i know it wont affect the physical size, but when you use the ZEROFILL helps a lot to be able to set the size ( that's exactly my case ) .
Thanks.
Dear @stempora , May I ask you to check if this issue happens in v4.8.3 ? I suspect it could be the same issue as #145. Regards, L.