|
Lines 100-117
__PACKAGE__->table("accountlines");
Link Here
|
| 100 |
default_value: current_timestamp |
100 |
default_value: current_timestamp |
| 101 |
is_nullable: 0 |
101 |
is_nullable: 0 |
| 102 |
|
102 |
|
| 103 |
=head2 notify_id |
|
|
| 104 |
|
| 105 |
data_type: 'integer' |
| 106 |
default_value: 0 |
| 107 |
is_nullable: 0 |
| 108 |
|
| 109 |
=head2 notify_level |
| 110 |
|
| 111 |
data_type: 'integer' |
| 112 |
default_value: 0 |
| 113 |
is_nullable: 0 |
| 114 |
|
| 115 |
=head2 note |
103 |
=head2 note |
| 116 |
|
104 |
|
| 117 |
data_type: 'text' |
105 |
data_type: 'text' |
|
Lines 161-170
__PACKAGE__->add_columns(
Link Here
|
| 161 |
default_value => \"current_timestamp", |
149 |
default_value => \"current_timestamp", |
| 162 |
is_nullable => 0, |
150 |
is_nullable => 0, |
| 163 |
}, |
151 |
}, |
| 164 |
"notify_id", |
|
|
| 165 |
{ data_type => "integer", default_value => 0, is_nullable => 0 }, |
| 166 |
"notify_level", |
| 167 |
{ data_type => "integer", default_value => 0, is_nullable => 0 }, |
| 168 |
"note", |
152 |
"note", |
| 169 |
{ data_type => "text", is_nullable => 1 }, |
153 |
{ data_type => "text", is_nullable => 1 }, |
| 170 |
"manager_id", |
154 |
"manager_id", |
|
Lines 251-258
__PACKAGE__->belongs_to(
Link Here
|
| 251 |
); |
235 |
); |
| 252 |
|
236 |
|
| 253 |
|
237 |
|
| 254 |
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2017-10-20 16:27:04 |
238 |
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2017-10-23 12:27:23 |
| 255 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:gCCyA5hOqI3EG3bIxsgpKA |
239 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:S70xVMIJONd30d0kDrgF2A |
| 256 |
|
240 |
|
| 257 |
|
241 |
|
| 258 |
# You can replace this text with custom content, and it will be preserved on regeneration |
242 |
# You can replace this text with custom content, and it will be preserved on regeneration |
| 259 |
- |
|
|