|
Lines 111-116
__PACKAGE__->table("accountlines");
Link Here
|
| 111 |
data_type: 'integer' |
111 |
data_type: 'integer' |
| 112 |
is_nullable: 1 |
112 |
is_nullable: 1 |
| 113 |
|
113 |
|
|
|
114 |
=head2 branchcode |
| 115 |
|
| 116 |
data_type: 'varchar' |
| 117 |
is_nullable: 1 |
| 118 |
size: 10 |
| 119 |
|
| 114 |
=cut |
120 |
=cut |
| 115 |
|
121 |
|
| 116 |
__PACKAGE__->add_columns( |
122 |
__PACKAGE__->add_columns( |
|
Lines 154-159
__PACKAGE__->add_columns(
Link Here
|
| 154 |
{ data_type => "mediumtext", is_nullable => 1 }, |
160 |
{ data_type => "mediumtext", is_nullable => 1 }, |
| 155 |
"manager_id", |
161 |
"manager_id", |
| 156 |
{ data_type => "integer", is_nullable => 1 }, |
162 |
{ data_type => "integer", is_nullable => 1 }, |
|
|
163 |
"branchcode", |
| 164 |
{ data_type => "varchar", is_nullable => 1, size => 10 }, |
| 157 |
); |
165 |
); |
| 158 |
|
166 |
|
| 159 |
=head1 PRIMARY KEY |
167 |
=head1 PRIMARY KEY |
|
Lines 236-243
__PACKAGE__->belongs_to(
Link Here
|
| 236 |
); |
244 |
); |
| 237 |
|
245 |
|
| 238 |
|
246 |
|
| 239 |
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2018-05-16 17:00:24 |
247 |
# Created by DBIx::Class::Schema::Loader v0.07046 @ 2018-10-25 12:46:26 |
| 240 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:pygYYKxFDRLX97PyeUeLvg |
248 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:mmVBZKQGAVdqSUOHecOSFA |
| 241 |
|
249 |
|
| 242 |
|
250 |
|
| 243 |
# You can replace this text with custom content, and it will be preserved on regeneration |
251 |
# You can replace this text with custom content, and it will be preserved on regeneration |
| 244 |
- |
|
|