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::WpTerm

COMPONENTS LOADED

TABLE: wp_terms

ACCESSORS

term_id

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

name

  data_type: 'varchar'
  default_value: (empty string)
  is_nullable: 0
  size: 200

slug

  data_type: 'varchar'
  default_value: (empty string)
  is_nullable: 0
  size: 200

term_group

  data_type: 'bigint'
  default_value: 0
  is_nullable: 0

PRIMARY KEY