did you mean table? because a table is different from a database
i think what you're looking at is phpmyadmin output, and it has this nasty habit of writing default NULL when of course that is the default DEFAULT -- if you know what i mean -- when you declare a NULLable column
no, it is not a wrong definition, but there are a couple of things that might be "iffy" --
the two dates should probably be DATE or DATETIME datatypes if you plan to do any sort of date comparisons (e.g. find all rows for the previous month)
is num_jokes a counter? because normally one doesn't store this type of data, because it's redundant and can be derived, and because if you store it, it will have to be updated constantly (inefficient)
-- This message may have been cut off and the rest will only be shown to members. To become a member, click here --