add notes to trip_details

This commit is contained in:
philipp 2023-03-26 13:55:07 +02:00
parent 5e45010b68
commit 13d24ec766

View File

@ -42,6 +42,7 @@
- planned_starting_time: String
- max_people: i32
- day: chrono::NaiveDate
- notes: String
- user_trip
- trip_details_id: i32 (trip_details.id)
- user_id: i32 (user.id)