Lines 63-71
__PACKAGE__->table("virtualshelves");
Link Here
|
63 |
|
63 |
|
64 |
=head2 created_on |
64 |
=head2 created_on |
65 |
|
65 |
|
66 |
data_type: 'timestamp' |
66 |
data_type: 'datetime' |
67 |
datetime_undef_if_invalid: 1 |
67 |
datetime_undef_if_invalid: 1 |
68 |
default_value: '0000-00-00 00:00:00' |
|
|
69 |
is_nullable: 0 |
68 |
is_nullable: 0 |
70 |
|
69 |
|
71 |
=head2 allow_add |
70 |
=head2 allow_add |
Lines 113-121
__PACKAGE__->add_columns(
Link Here
|
113 |
}, |
112 |
}, |
114 |
"created_on", |
113 |
"created_on", |
115 |
{ |
114 |
{ |
116 |
data_type => "timestamp", |
115 |
data_type => "datetime", |
117 |
datetime_undef_if_invalid => 1, |
116 |
datetime_undef_if_invalid => 1, |
118 |
default_value => "0000-00-00 00:00:00", |
|
|
119 |
is_nullable => 0, |
117 |
is_nullable => 0, |
120 |
}, |
118 |
}, |
121 |
"allow_add", |
119 |
"allow_add", |
Lines 191-198
__PACKAGE__->has_many(
Link Here
|
191 |
); |
189 |
); |
192 |
|
190 |
|
193 |
|
191 |
|
194 |
# Created by DBIx::Class::Schema::Loader v0.07039 @ 2015-11-05 10:39:28 |
192 |
# Created by DBIx::Class::Schema::Loader v0.07042 @ 2016-08-02 04:25:22 |
195 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:O3y89+0IUoePtcIHAqR+oA |
193 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:FoBdYVoFQA19R1PMWqykYA |
196 |
|
194 |
|
197 |
|
195 |
|
198 |
# You can replace this text with custom content, and it will be preserved on regeneration |
196 |
# You can replace this text with custom content, and it will be preserved on regeneration |