The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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>