Lines 62-67
__PACKAGE__->table("marc_tag_structure");
Link Here
|
62 |
is_nullable: 1 |
62 |
is_nullable: 1 |
63 |
size: 10 |
63 |
size: 10 |
64 |
|
64 |
|
|
|
65 |
=head2 ind1_defaultvalue |
66 |
|
67 |
data_type: 'varchar' |
68 |
default_value: (empty string) |
69 |
is_nullable: 0 |
70 |
size: 1 |
71 |
|
72 |
=head2 ind2_defaultvalue |
73 |
|
74 |
data_type: 'varchar' |
75 |
default_value: (empty string) |
76 |
is_nullable: 0 |
77 |
size: 1 |
78 |
|
65 |
=head2 frameworkcode |
79 |
=head2 frameworkcode |
66 |
|
80 |
|
67 |
data_type: 'varchar' |
81 |
data_type: 'varchar' |
Lines 84-89
__PACKAGE__->add_columns(
Link Here
|
84 |
{ data_type => "tinyint", default_value => 0, is_nullable => 0 }, |
98 |
{ data_type => "tinyint", default_value => 0, is_nullable => 0 }, |
85 |
"authorised_value", |
99 |
"authorised_value", |
86 |
{ data_type => "varchar", is_nullable => 1, size => 10 }, |
100 |
{ data_type => "varchar", is_nullable => 1, size => 10 }, |
|
|
101 |
"ind1_defaultvalue", |
102 |
{ data_type => "varchar", default_value => "", is_nullable => 0, size => 1 }, |
103 |
"ind2_defaultvalue", |
104 |
{ data_type => "varchar", default_value => "", is_nullable => 0, size => 1 }, |
87 |
"frameworkcode", |
105 |
"frameworkcode", |
88 |
{ data_type => "varchar", default_value => "", is_nullable => 0, size => 4 }, |
106 |
{ data_type => "varchar", default_value => "", is_nullable => 0, size => 4 }, |
89 |
); |
107 |
); |
Lines 103-110
__PACKAGE__->add_columns(
Link Here
|
103 |
__PACKAGE__->set_primary_key("frameworkcode", "tagfield"); |
121 |
__PACKAGE__->set_primary_key("frameworkcode", "tagfield"); |
104 |
|
122 |
|
105 |
|
123 |
|
106 |
# Created by DBIx::Class::Schema::Loader v0.07025 @ 2013-10-14 20:56:21 |
124 |
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-04-09 09:07:51 |
107 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:TvdQBCX3rEhJxxqGcqrpWw |
125 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:6EvGakEpGreV0hom7P6Efg |
108 |
|
126 |
|
109 |
|
127 |
|
110 |
# You can replace this text with custom content, and it will be preserved on regeneration |
128 |
# You can replace this text with custom content, and it will be preserved on regeneration |
111 |
- |
|
|