The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Foorum::Schema::Hit - Table 'hit'

COLUMNS

hit_id

INT(11)

NOT NULL, PRIMARY KEY

object_type

VARCHAR(12)

NOT NULL

object_id

INT(11)

NOT NULL

hit_new

INT(11)

NOT NULL

hit_today

INT(11)

NOT NULL

hit_yesterday

INT(11)

NOT NULL

hit_weekly

INT(11)

NOT NULL

hit_monthly

INT(11)

NOT NULL

hit_all

INT(11)

NOT NULL

last_update_time

INT(11)

NOT NULL

AUTHOR

Fayland Lam <fayland at gmail.com>