November 12th, 2001, 03:49 AM
-
Datatype in the vBulletin tables
This is a question for all of you people who run vBulletin. What is the datatype in the mySQL table in the field that saves the time and date of a post?
I couldn't find a reference in the vBulletin site, and didn't wanna register to their forum just to ask a little question like this.
-- Tomi Kaistila
-- Developer's Journal
The more you learn, the more you know.
The more you know, the more you forget.
The more you forget, the less you know.
November 15th, 2001, 04:51 AM
-
Just download the light version, install it, and take a look with PhpMyAdmin or any other MySQL admin program.
Some people, when confronted with a problem, think “I know, I'll use regular expressions.” Now they have two problems. - Jamie Zawinski, in comp.lang.emacs
November 18th, 2001, 09:04 AM
-
UNIX timestamp by the looks of it (dateline INT(11))