Data type of the id field is int, with a length of 11. I have not hit
max. If I run a php sql insert like the following it works fine
//manually add the data
mysql_query("INSERT INTO users (username, password,
email)
VALUES
('$username', '$password', '$email')");
But obviously since this is a cakephp application I shouldn't be doing
that.
--
Our newest site for the community: CakePHP Video Tutorials
http://tv.cakephp.org
Check out the new CakePHP Questions site http://ask.cakephp.org and help others
with their CakePHP related questions.
To unsubscribe from this group, send email to
[email protected] For more options, visit this group at
http://groups.google.com/group/cake-php