Update: 2026-07-02 16:52:25
This commit is contained in:
@@ -1458,6 +1458,7 @@ CREATE TABLE `ride` (
|
||||
`carType` varchar(20) NOT NULL DEFAULT 'Speed',
|
||||
`created_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
|
||||
`updated_at` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
|
||||
`is_destination_match` tinyint(1) NOT NULL DEFAULT 0,
|
||||
`DriverIsGoingToPassenger` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
|
||||
`rideTimeStart` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
|
||||
`rideTimeFinish` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
|
||||
|
||||
Reference in New Issue
Block a user