Sửa lỗi chỉnh sửa tiêu đề chặng và ngày giờ của chặng
This commit is contained in:
@@ -124,6 +124,9 @@ model Leg {
|
||||
tourId String
|
||||
sequence Int
|
||||
note String? @db.Text
|
||||
startDate DateTime?
|
||||
endDate DateTime?
|
||||
description String? @db.Text
|
||||
|
||||
tour Tour @relation(fields: [tourId], references: [id], onDelete: Cascade)
|
||||
locations Location[]
|
||||
|
||||
Reference in New Issue
Block a user