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

NAME

WordPress::DBIC::Schema::Result::WpTermRelationship

COMPONENTS LOADED

TABLE: wp_term_relationships

ACCESSORS

object_id

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

term_taxonomy_id

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

term_order

  data_type: 'integer'
  default_value: 0
  is_nullable: 0

PRIMARY KEY