2 package Koha
::Schema
::Result
::SocialData
;
4 # Created by DBIx::Class::Schema::Loader
5 # DO NOT MODIFY THE FIRST PART OF THIS FILE
9 Koha::Schema::Result::SocialData
16 use base
'DBIx::Class::Core';
18 =head1 TABLE: C<social_data>
22 __PACKAGE__
->table("social_data");
29 default_value: (empty string)
38 =head2 num_critics_pro
66 __PACKAGE__
->add_columns(
68 { data_type
=> "varchar", default_value
=> "", is_nullable
=> 0, size
=> 30 },
70 { data_type
=> "integer", is_nullable
=> 1 },
72 { data_type
=> "integer", is_nullable
=> 1 },
74 { data_type
=> "integer", is_nullable
=> 1 },
76 { data_type
=> "integer", is_nullable
=> 1 },
78 { data_type
=> "decimal", is_nullable
=> 1, size
=> [5, 2] },
80 { data_type
=> "integer", is_nullable
=> 1 },
93 __PACKAGE__
->set_primary_key("isbn");
96 # Created by DBIx::Class::Schema::Loader v0.07046 @ 2019-05-10 12:02:53
97 # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:zu/RochQZmZJZHQJnkLQvg
100 # You can replace this text with custom content, and it will be preserved on regeneration