is the field searchable?
=head2 repeatable
data_type: 'tinyint'
default_value: 0
is_nullable: 0
is the field repeatable?
=cut
__PACKAGE__->add_columns(
},
"searchable",
{ data_type => "tinyint", default_value => 0, is_nullable => 0 },
"repeatable",
);
=head1 PRIMARY KEY
__PACKAGE__->set_primary_key("id");
=head1 UNIQUE CONSTRAINTS
=head2 C<field_record>
=over 4
=item * L</field_id>
=item * L</record_id>
=back
__PACKAGE__->add_unique_constraint("field_record", ["field_id", "record_id"]);
=head1 RELATIONS
=head2 field
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2021-01-21 13:39:29
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-10-12 13:43:00
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:6Y4sBMbKYSbGN7fAy7OhEQ
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:pNawYmJgeb/tIo17nLM/Zw
# You can replace this text with custom code or comments, and it will be preserved on regeneration
-