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

WordPress::DBIC::Schema::Result::WpUsermeta

COMPONENTS LOADED

TABLE: wp_usermeta

ACCESSORS

umeta_id

data_type: 'bigint'
extra: {unsigned => 1}
is_auto_increment: 1
is_nullable: 0

user_id

data_type: 'bigint'
default_value: 0
extra: {unsigned => 1}
is_nullable: 0

meta_key

data_type: 'varchar'
is_nullable: 1
size: 255

meta_value

data_type: 'longtext'
is_nullable: 1

PRIMARY KEY