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

NAME

Foorum::Schema::Visit - Table 'visit'

COLUMNS

user_id

INT(11)

NOT NULL, PRIMARY KEY

object_type

VARCHAR(12)

NOT NULL, PRIMARY KEY

object_id

INT(11)

NOT NULL, PRIMARY KEY

time

INT(10)

NOT NULL

AUTHOR

Fayland Lam <fayland at gmail.com>