1Pinto::Schema::Result::UPsaecrkaCgoen(t3r)ibuted Perl DoPciunmteon:t:aStcihoenma::Result::Package(3)
2
3
4
6 Pinto::Schema::Result::Package - Represents a Package provided by a
7 Distribution
8
10 version 0.14
11
13 Pinto::Schema::Result::Package
14
17 id
18 data_type: 'integer'
19 is_auto_increment: 1
20 is_nullable: 0
21
22 name
23 data_type: 'text'
24 is_nullable: 0
25
26 version
27 data_type: 'text'
28 is_nullable: 0
29
30 file
31 data_type: 'text'
32 default_value: null
33 is_nullable: 1
34
35 sha256
36 data_type: 'text'
37 default_value: null
38 is_nullable: 1
39
40 distribution
41 data_type: 'integer'
42 is_foreign_key: 1
43 is_nullable: 0
44
46 • "id"
47
49 "name_distribution_unique"
50 • "name"
51
52 • "distribution"
53
55 distribution
56 Type: belongs_to
57
58 Related object: Pinto::Schema::Result::Distribution
59
60 registrations
61 Type: has_many
62
63 Related object: Pinto::Schema::Result::Registration
64
66 • Pinto::Role::Schema::Result
67
69 Jeffrey Ryan Thalhammer <jeff@stratopan.com>
70
72 This software is copyright (c) 2015 by Jeffrey Ryan Thalhammer.
73
74 This is free software; you can redistribute it and/or modify it under
75 the same terms as the Perl 5 programming language system itself.
76
77
78
79perl v5.32.1 2021-01-27 Pinto::Schema::Result::Package(3)