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

NAME

Foorum::Schema::LogPath - Table 'log_path'

COLUMNS

path_id

INT(11)

NOT NULL, PRIMARY KEY

session_id

VARCHAR(72)

user_id

INT(11)

NOT NULL

path

VARCHAR(255)

NOT NULL

get

VARCHAR(255)

post

TEXT(65535)

time

INT(11)

NOT NULL

loadtime

DOUBLE(64)

NOT NULL

AUTHOR

Fayland Lam <fayland at gmail.com>