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

NAME

WordPress::DBIC::Schema::Result::WpComment

COMPONENTS LOADED

TABLE: wp_comments

ACCESSORS

comment_id

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

comment_post_id

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

comment_author

  data_type: 'tinytext'
  is_nullable: 0

comment_author_email

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

comment_author_url

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

comment_author_ip

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

comment_date

  data_type: 'datetime'
  datetime_undef_if_invalid: 1
  default_value: '0000-00-00 00:00:00'
  is_nullable: 0

comment_date_gmt

  data_type: 'datetime'
  datetime_undef_if_invalid: 1
  default_value: '0000-00-00 00:00:00'
  is_nullable: 0

comment_content

  data_type: 'text'
  is_nullable: 0

comment_karma

  data_type: 'integer'
  default_value: 0
  is_nullable: 0

comment_approved

  data_type: 'varchar'
  default_value: 1
  is_nullable: 0
  size: 20

comment_agent

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

comment_type

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

comment_parent

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

user_id

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

PRIMARY KEY