When importing a csv with big numbers (e.g. EAN13) it creates a int(13) column instead of a BIGINT(13).
Example: 8712121001423 8712121001430 8712121001447 8712121001461
Mysql: 5.1.43-1 PHP: 5.2.6-1+lenny9 + suhosin Phpmyadmin: 3.3.6
The current code makes no distinction between INT-sizes. It applies INT to everything that is an integer.
This bug was fixed in repository and will be part of a future release; thanks for reporting.
The current code makes no distinction between INT-sizes. It applies INT to everything that is an integer.
This bug was fixed in repository and will be part of a future release; thanks for reporting.