<<

NAME

Koha::Schema::Result::SocialData

TABLE: social_data

ACCESSORS

isbn

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

num_critics

  data_type: 'integer'
  is_nullable: 1

num_critics_pro

  data_type: 'integer'
  is_nullable: 1

num_quotations

  data_type: 'integer'
  is_nullable: 1

num_videos

  data_type: 'integer'
  is_nullable: 1

score_avg

  data_type: 'decimal'
  is_nullable: 1
  size: [5,2]

num_scores

  data_type: 'integer'
  is_nullable: 1

PRIMARY KEY

<<