[FLOW3-general] Native 64-bit integers - MySQL bigint
Markus Goldbeck
mgoldbeck at cross-content.com
Mon Aug 29 13:37:31 CEST 2011
Hello everyone,
my problem is, that I need to store big numbers in MySQL, so I have to
use BIGINT. In FLOW3 the Variable is declared as an Integer. The server
is a 64-bit system, so here the integer datatype is not the problem.
$ php -r 'echo PHP_INT_MAX;'
9223372036854775807
How could I handle this variable and its datatype in FLOW3. Everytime I
use the ./flow3 typo3.flow3:doctrine:update script the BIGINT turns into
an INT?
Thank you for your help.
Best regards,
Markus
More information about the FLOW3-general
mailing list