2 package Koha
::Schema
::Result
::Linktracker
;
4 # Created by DBIx::Class::Schema::Loader
5 # DO NOT MODIFY THE FIRST PART OF THIS FILE
9 Koha::Schema::Result::Linktracker
16 use base
'DBIx::Class::Core';
18 =head1 TABLE: C<linktracker>
22 __PACKAGE__
->table("linktracker");
49 data_type: 'mediumtext'
55 datetime_undef_if_invalid: 1
60 __PACKAGE__
->add_columns(
62 { data_type
=> "integer", is_auto_increment
=> 1, is_nullable
=> 0 },
64 { data_type
=> "integer", is_nullable
=> 1 },
66 { data_type
=> "integer", is_nullable
=> 1 },
68 { data_type
=> "integer", is_nullable
=> 1 },
70 { data_type
=> "mediumtext", is_nullable
=> 1 },
73 data_type
=> "datetime",
74 datetime_undef_if_invalid
=> 1,
89 __PACKAGE__
->set_primary_key("id");
92 # Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-02-16 17:54:54
93 # DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:MSNByG1qh/5CpRYTcLv/gA
96 # You can replace this text with custom content, and it will be preserved on regeneration