2 package Koha
::Schema
::Result
::ColumnsSetting
;
4 # Created by DBIx::Class::Schema::Loader
5 # DO NOT MODIFY THE FIRST PART OF THIS FILE
9 Koha::Schema::Result::ColumnsSetting
16 use base
'DBIx::Class::Core';
18 =head1 TABLE: C<columns_settings>
22 __PACKAGE__
->table("columns_settings");
50 =head2 cannot_be_toggled
64 __PACKAGE__
->add_columns(
66 { data_type
=> "varchar", is_nullable
=> 0, size
=> 255 },
68 { data_type
=> "varchar", is_nullable
=> 0, size
=> 255 },
70 { data_type
=> "varchar", is_nullable
=> 0, size
=> 255 },
72 { data_type
=> "varchar", is_nullable
=> 0, size
=> 255 },
74 { data_type
=> "integer", default_value
=> 0, is_nullable
=> 0 },
76 { data_type
=> "integer", default_value
=> 0, is_nullable
=> 0 },
89 =item * L</columnname>
95 __PACKAGE__
->set_primary_key("module", "page", "tablename", "columnname");
98 # Created by DBIx::Class::Schema::Loader v0.07039 @ 2014-07-07 12:11:07
99 # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:s4Zkf15c4v0RJyb1S5UTPA
102 # You can replace this text with custom code or comments, and it will be preserved on regeneration