Lines 72-77
ticket title
Link Here
|
72 |
|
72 |
|
73 |
ticket details |
73 |
ticket details |
74 |
|
74 |
|
|
|
75 |
=head2 status |
76 |
|
77 |
data_type: 'varchar' |
78 |
is_nullable: 1 |
79 |
size: 80 |
80 |
|
81 |
current status of the ticket |
82 |
|
75 |
=head2 resolver_id |
83 |
=head2 resolver_id |
76 |
|
84 |
|
77 |
data_type: 'integer' |
85 |
data_type: 'integer' |
Lines 126-131
__PACKAGE__->add_columns(
Link Here
|
126 |
{ data_type => "text", is_nullable => 0 }, |
134 |
{ data_type => "text", is_nullable => 0 }, |
127 |
"body", |
135 |
"body", |
128 |
{ data_type => "text", is_nullable => 0 }, |
136 |
{ data_type => "text", is_nullable => 0 }, |
|
|
137 |
"status", |
138 |
{ data_type => "varchar", is_nullable => 1, size => 80 }, |
129 |
"resolver_id", |
139 |
"resolver_id", |
130 |
{ data_type => "integer", is_foreign_key => 1, is_nullable => 1 }, |
140 |
{ data_type => "integer", is_foreign_key => 1, is_nullable => 1 }, |
131 |
"resolved_date", |
141 |
"resolved_date", |
Lines 223-230
__PACKAGE__->has_many(
Link Here
|
223 |
); |
233 |
); |
224 |
|
234 |
|
225 |
|
235 |
|
226 |
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2024-04-21 16:39:22 |
236 |
# Created by DBIx::Class::Schema::Loader v0.07049 @ 2023-12-22 14:51:40 |
227 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:A0jSRniIlOf/H5zB6PGH3g |
237 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:lcKWaA+k/0lw5/6JrFhB1A |
228 |
|
238 |
|
229 |
|
239 |
|
230 |
# You can replace this text with custom code or comments, and it will be preserved on regeneration |
240 |
# You can replace this text with custom code or comments, and it will be preserved on regeneration |