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

NAME

Foorum::Schema::UserOnline - Table 'user_online'

COLUMNS

sessionid

VARCHAR(72)

PRIMARY KEY

user_id

INT(11)

NOT NULL

path

VARCHAR(255)

NOT NULL

title

VARCHAR(255)

NOT NULL

start_time

INT(11)

NOT NULL

last_time

INT(11)

NOT NULL

AUTHOR

Fayland Lam <fayland at gmail.com>