Page 1 of 1

16 character value in DB Question?

PostPosted: Tue May 03, 2011 6:58 pm
Author: Blue-Blood
I'm tying to add a DB entry via UMIL installer.

My problem is the value is 16 characters long and could be up to 20.
I run the install.php and everything goes OK
When I look at the value in the UCP and the ACP its 6.8973620038729E+15.
Its also 6.8973620038729E+15 via phpMyAdmin.
It should be 6897362003872904.

Here are my UMIL entry's.
What should they be?

Code: Select all
array('phpbb_users', 'user_mod', array('VCHAR:255', 6897362003872904)),


Code: Select all
array('default_mod', 6897362003872904, 0),

Re: 16 character value in DB Question?

PostPosted: Wed May 04, 2011 4:14 pm
Author: Blue-Blood
I figured it out!!
Thanks anyways!!