Lines 87-93
the end date of the booking
Link Here
|
87 |
data_type: 'timestamp' |
87 |
data_type: 'timestamp' |
88 |
datetime_undef_if_invalid: 1 |
88 |
datetime_undef_if_invalid: 1 |
89 |
default_value: current_timestamp |
89 |
default_value: current_timestamp |
90 |
is_nullable: 0 |
90 |
is_nullable: 1 |
91 |
|
91 |
|
92 |
the timestamp for when a booking was created |
92 |
the timestamp for when a booking was created |
93 |
|
93 |
|
Lines 96-102
the timestamp for when a booking was created
Link Here
|
96 |
data_type: 'timestamp' |
96 |
data_type: 'timestamp' |
97 |
datetime_undef_if_invalid: 1 |
97 |
datetime_undef_if_invalid: 1 |
98 |
default_value: current_timestamp |
98 |
default_value: current_timestamp |
99 |
is_nullable: 0 |
99 |
is_nullable: 1 |
100 |
|
100 |
|
101 |
the timestamp for when a booking has been updated |
101 |
the timestamp for when a booking has been updated |
102 |
|
102 |
|
Lines 157-170
__PACKAGE__->add_columns(
Link Here
|
157 |
data_type => "timestamp", |
157 |
data_type => "timestamp", |
158 |
datetime_undef_if_invalid => 1, |
158 |
datetime_undef_if_invalid => 1, |
159 |
default_value => \"current_timestamp", |
159 |
default_value => \"current_timestamp", |
160 |
is_nullable => 0, |
160 |
is_nullable => 1, |
161 |
}, |
161 |
}, |
162 |
"modification_date", |
162 |
"modification_date", |
163 |
{ |
163 |
{ |
164 |
data_type => "timestamp", |
164 |
data_type => "timestamp", |
165 |
datetime_undef_if_invalid => 1, |
165 |
datetime_undef_if_invalid => 1, |
166 |
default_value => \"current_timestamp", |
166 |
default_value => \"current_timestamp", |
167 |
is_nullable => 0, |
167 |
is_nullable => 1, |
168 |
}, |
168 |
}, |
169 |
"status", |
169 |
"status", |
170 |
{ |
170 |
{ |
Lines 257-264
__PACKAGE__->belongs_to(
Link Here
|
257 |
); |
257 |
); |
258 |
|
258 |
|
259 |
|
259 |
|
260 |
# Created by DBIx::Class::Schema::Loader v0.07051 @ 2024-10-24 16:23:05 |
260 |
# Created by DBIx::Class::Schema::Loader v0.07051 @ 2024-11-04 15:06:49 |
261 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:kTR2kwiwY2PnjU1E0P+CMQ |
261 |
# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:7ItG3217d3lYx8ALRsktrw |
262 |
|
262 |
|
263 |
|
263 |
|
264 |
# You can replace this text with custom code or comments, and it will be preserved on regeneration |
264 |
# You can replace this text with custom code or comments, and it will be preserved on regeneration |