phpmyadmin table error
Moderator: General Moderators
-
billabon0202
- Forum Newbie
- Posts: 8
- Joined: Wed Feb 20, 2008 11:31 am
phpmyadmin table error
One of my fields is a time field, and no matter what I input, 127 is recorded. What is that from and how do I fix it?
-
alex.barylski
- DevNet Evangelist
- Posts: 6267
- Joined: Tue Dec 21, 2004 5:00 pm
- Location: Winnipeg
Re: phpmyadmin table error
billabon0202 wrote:One of my fields is a time field, and no matter what I input, 127 is recorded. What is that from and how do I fix it?
Sounds like your table field is set to single signed byte or char...I use unsigned integers (INT) to store timestamps...what is the field type?