2 package Koha
::Schema
::Result
::Printer
;
4 # Created by DBIx::Class::Schema::Loader
5 # DO NOT MODIFY THE FIRST PART OF THIS FILE
9 Koha::Schema::Result::Printer
16 use base
'DBIx::Class::Core';
18 =head1 TABLE: C<printers>
22 __PACKAGE__
->table("printers");
29 default_value: (empty string)
47 __PACKAGE__
->add_columns(
49 { data_type
=> "varchar", default_value
=> "", is_nullable
=> 0, size
=> 40 },
51 { data_type
=> "varchar", is_nullable
=> 1, size
=> 20 },
53 { data_type
=> "varchar", is_nullable
=> 1, size
=> 20 },
60 =item * L</printername>
66 __PACKAGE__
->set_primary_key("printername");
69 # Created by DBIx::Class::Schema::Loader v0.07025 @ 2013-10-14 20:56:21
70 # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:OaIxwtdwn0TJLggwOygC2w
73 # You can replace this text with custom content, and it will be preserved on regeneration