|
id
|
int(10) unsigned
|
|
|
|
|
userId
|
int(10) unsigned
|
|
|
Browse foreign values
|
|
tripId
|
int(10) unsigned
|
|
|
|
|
status
|
enum
|
-- |
|
confirmed
|
|
passengers
|
int(10) unsigned
|
|
|
0
|
|
gear
|
longtext
|
|
|
|
|
emergencyContact
|
varchar(50)
|
|
|
|
|
phone
|
varchar(50)
|
|
|
|
|
car
|
varchar(255)
|
|
|
|
|
carYear
|
int(10) unsigned
|
|
|
|
|
notes
|
text
|
|
|
|
|
createdAt
|
datetime
|
|
|
current_timestamp()
|
|
updatedAt
|
datetime
|
|
|
current_timestamp()
|