View | Details | Raw Unified | Return to bug 26684
Collapse All | Expand All

(-)a/Koha/Schema/Result/AuthHeader.pm (-8 lines)
Lines 66-76 __PACKAGE__->table("auth_header"); Link Here
66
  data_type: 'longtext'
66
  data_type: 'longtext'
67
  is_nullable: 1
67
  is_nullable: 1
68
68
69
=head2 marc
70
71
  data_type: 'blob'
72
  is_nullable: 1
73
74
=head2 linkid
69
=head2 linkid
75
70
76
  data_type: 'bigint'
71
  data_type: 'bigint'
Lines 108-115 __PACKAGE__->add_columns( Link Here
108
  { data_type => "varchar", is_nullable => 1, size => 20 },
103
  { data_type => "varchar", is_nullable => 1, size => 20 },
109
  "authtrees",
104
  "authtrees",
110
  { data_type => "longtext", is_nullable => 1 },
105
  { data_type => "longtext", is_nullable => 1 },
111
  "marc",
112
  { data_type => "blob", is_nullable => 1 },
113
  "linkid",
106
  "linkid",
114
  { data_type => "bigint", is_nullable => 1 },
107
  { data_type => "bigint", is_nullable => 1 },
115
  "marcxml",
108
  "marcxml",
116
- 

Return to bug 26684