refactor: migrate amount fields to decimal and implement location service restriction for unsupported regions
This commit is contained in:
@@ -1385,7 +1385,7 @@ CREATE TABLE `seferWallet` (
|
||||
`id` int NOT NULL AUTO_INCREMENT,
|
||||
`driverId` varchar(100) NOT NULL,
|
||||
`passengerId` varchar(100) NOT NULL,
|
||||
`amount` varchar(10) NOT NULL,
|
||||
`amount` decimal(12,3) NOT NULL,
|
||||
`paymentMethod` varchar(50) NOT NULL,
|
||||
`token` varchar(100) NOT NULL,
|
||||
`createdAt` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP,
|
||||
|
||||
Reference in New Issue
Block a user