> webuddy-wallet-api@0.0.1 start:dev > nest start --watch c[8:56:26 am] Starting compilation in watch mode... [8:56:32 am] Found 0 errors. Watching for file changes. [Nest] 15424 - 27/02/2026, 8:56:37 am  LOG [NestFactory] Starting Nest application... [Nest] 15424 - 27/02/2026, 8:56:38 am  LOG [InstanceLoader] AppModule dependencies initialized +389ms [Nest] 15424 - 27/02/2026, 8:56:38 am  LOG [InstanceLoader] TypeOrmModule dependencies initialized +0ms [Nest] 15424 - 27/02/2026, 8:56:38 am  LOG [InstanceLoader] ConfigHostModule dependencies initialized +1ms [Nest] 15424 - 27/02/2026, 8:56:38 am  LOG [InstanceLoader] ConfigModule dependencies initialized +0ms [Nest] 15424 - 27/02/2026, 8:56:38 am  LOG [InstanceLoader] ConfigModule dependencies initialized +0ms [Nest] 15424 - 27/02/2026, 8:56:39 am  LOG [InstanceLoader] TypeOrmCoreModule dependencies initialized +1249ms [Nest] 15424 - 27/02/2026, 8:56:39 am  LOG [InstanceLoader] TypeOrmModule dependencies initialized +0ms [Nest] 15424 - 27/02/2026, 8:56:39 am  LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms [Nest] 15424 - 27/02/2026, 8:56:39 am  LOG [InstanceLoader] TypeOrmModule dependencies initialized +2ms [Nest] 15424 - 27/02/2026, 8:56:39 am  LOG [InstanceLoader] TypeOrmModule dependencies initialized +0ms [Nest] 15424 - 27/02/2026, 8:56:39 am  LOG [InstanceLoader] TypeOrmModule dependencies initialized +0ms [Nest] 15424 - 27/02/2026, 8:56:39 am  LOG [InstanceLoader] UsersModule dependencies initialized +43ms [Nest] 15424 - 27/02/2026, 8:56:39 am  LOG [InstanceLoader] ExpertsModule dependencies initialized +0ms [Nest] 15424 - 27/02/2026, 8:56:39 am  LOG [InstanceLoader] WalletModule dependencies initialized +0ms [Nest] 15424 - 27/02/2026, 8:56:39 am  LOG [InstanceLoader] SessionsModule dependencies initialized +0ms [Nest] 15424 - 27/02/2026, 8:56:39 am  LOG [InstanceLoader] PayoutsModule dependencies initialized +1ms [Nest] 15424 - 27/02/2026, 8:56:39 am  LOG [RoutesResolver] UsersController {/v1/users}: +52ms [Nest] 15424 - 27/02/2026, 8:56:39 am  LOG [RouterExplorer] Mapped {/v1/users, POST} route +4ms [Nest] 15424 - 27/02/2026, 8:56:39 am  LOG [RouterExplorer] Mapped {/v1/users/:Webuddy_name, GET} route +1ms [Nest] 15424 - 27/02/2026, 8:56:39 am  LOG [RouterExplorer] Mapped {/v1/users/:Webuddy_name, PATCH} route +1ms [Nest] 15424 - 27/02/2026, 8:56:39 am  LOG [RoutesResolver] ExpertsController {/v1/experts}: +1ms [Nest] 15424 - 27/02/2026, 8:56:39 am  LOG [RouterExplorer] Mapped {/v1/experts/bank-details, POST} route +1ms [Nest] 15424 - 27/02/2026, 8:56:39 am  LOG [RouterExplorer] Mapped {/v1/experts/:expertId/bank-details, GET} route +0ms [Nest] 15424 - 27/02/2026, 8:56:39 am  LOG [RoutesResolver] WalletController {/v1/wallet}: +1ms [Nest] 15424 - 27/02/2026, 8:56:39 am  LOG [RouterExplorer] Mapped {/v1/wallet/recharge/create-order, POST} route +0ms [Nest] 15424 - 27/02/2026, 8:56:39 am  LOG [RouterExplorer] Mapped {/v1/wallet/recharge/verify, POST} route +1ms [Nest] 15424 - 27/02/2026, 8:56:39 am  LOG [RouterExplorer] Mapped {/v1/wallet/recharge/webhook, POST} route +0ms [Nest] 15424 - 27/02/2026, 8:56:39 am  LOG [RouterExplorer] Mapped {/v1/wallet/history, GET} route +1ms [Nest] 15424 - 27/02/2026, 8:56:39 am  LOG [RoutesResolver] SessionsController {/v1/sessions}: +1ms [Nest] 15424 - 27/02/2026, 8:56:39 am  LOG [RouterExplorer] Mapped {/v1/sessions/start, POST} route +1ms [Nest] 15424 - 27/02/2026, 8:56:39 am  LOG [RouterExplorer] Mapped {/v1/sessions/adjust, POST} route +1ms [Nest] 15424 - 27/02/2026, 8:56:39 am  LOG [RouterExplorer] Mapped {/v1/sessions/end, POST} route +1ms [Nest] 15424 - 27/02/2026, 8:56:39 am  LOG [RoutesResolver] PayoutsController {/v1/payouts}: +0ms [Nest] 15424 - 27/02/2026, 8:56:39 am  LOG [RouterExplorer] Mapped {/v1/payouts/manual, POST} route +0ms [Nest] 15424 - 27/02/2026, 8:56:39 am  LOG [RouterExplorer] Mapped {/v1/payouts/monthly, POST} route +1ms [Nest] 15424 - 27/02/2026, 8:56:39 am  LOG [NestApplication] Nest application successfully started +5ms Application is running on: http://localhost:3003 query: START TRANSACTION query: INSERT INTO `wallet_transactions`(`id`, `user_id`, `amount`, `currency`, `txn_type`, `source`, `status`, `provider`, `provider_order_id`, `provider_payment_id`, `provider_signature`, `createdAt`, `updatedAt`) VALUES (DEFAULT, ?, ?, ?, ?, ?, ?, ?, DEFAULT, DEFAULT, DEFAULT, DEFAULT, DEFAULT) -- PARAMETERS: ["35f4a653-f38f-4189-a3f2-2089f355312b",100,"INR","CREDIT","RECHARGE","CREATED","RAZORPAY"] query failed: INSERT INTO `wallet_transactions`(`id`, `user_id`, `amount`, `currency`, `txn_type`, `source`, `status`, `provider`, `provider_order_id`, `provider_payment_id`, `provider_signature`, `createdAt`, `updatedAt`) VALUES (DEFAULT, ?, ?, ?, ?, ?, ?, ?, DEFAULT, DEFAULT, DEFAULT, DEFAULT, DEFAULT) -- PARAMETERS: ["35f4a653-f38f-4189-a3f2-2089f355312b",100,"INR","CREDIT","RECHARGE","CREATED","RAZORPAY"] error: Error: Unknown column 'createdAt' in 'field list' at Packet.asError (C:\Users\Imran\StudioProjects\Wallet-API\node_modules\mysql2\lib\packets\packet.js:728:17) at Query.execute (C:\Users\Imran\StudioProjects\Wallet-API\node_modules\mysql2\lib\commands\command.js:29:26) at PoolConnection.handlePacket (C:\Users\Imran\StudioProjects\Wallet-API\node_modules\mysql2\lib\connection.js:456:32) at PacketParser.onPacket (C:\Users\Imran\StudioProjects\Wallet-API\node_modules\mysql2\lib\connection.js:85:12) at PacketParser.executeStart (C:\Users\Imran\StudioProjects\Wallet-API\node_modules\mysql2\lib\packet_parser.js:75:16) at Socket. (C:\Users\Imran\StudioProjects\Wallet-API\node_modules\mysql2\lib\connection.js:92:25) at Socket.emit (node:events:518:28) at addChunk (node:internal/streams/readable:561:12) at readableAddChunkPushByteMode (node:internal/streams/readable:512:3) at Socket.Readable.push (node:internal/streams/readable:392:5) { code: 'ER_BAD_FIELD_ERROR', errno: 1054, sqlState: '42S22', sqlMessage: "Unknown column 'createdAt' in 'field list'", sql: "INSERT INTO `wallet_transactions`(`id`, `user_id`, `amount`, `currency`, `txn_type`, `source`, `status`, `provider`, `provider_order_id`, `provider_payment_id`, `provider_signature`, `createdAt`, `updatedAt`) VALUES (DEFAULT, '35f4a653-f38f-4189-a3f2-2089f355312b', 100, 'INR', 'CREDIT', 'RECHARGE', 'CREATED', 'RAZORPAY', DEFAULT, DEFAULT, DEFAULT, DEFAULT, DEFAULT)" } query: ROLLBACK node.exe : [Nest] 15424 - 27/02/2026, 8:56:57 am  ERROR [ExceptionsHandler] Unknown column 'createdAt' in 'field list' At line:1 char:1 + & "C:\Program Files\nodejs/node.exe" "C:\Program Files\nodejs/node_mo ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: ([31 m[Nest] 154...ield list':String) [], Rem oteException + FullyQualifiedErrorId : NativeCommandError QueryFailedError: Unknown column 'createdAt' in 'field list' at QueryFailedError.TypeORMError [as constructor] (C:\Users\Imran\StudioProjects\Wallet-A PI\src\error\TypeORMError.ts:7:9) at new QueryFailedError (C:\Users\Imran\StudioPr ojects\Wallet-API\src\error\QueryFailedError.ts:9:9) at Query.onResult (C:\Users\Imran\StudioProjects \Wallet-API\src\driver\mysql\MysqlQueryRunner.ts:196 :37) at Query.execute (C:\Users\Imran\StudioProjects\ Wallet-API\node_modules\mysql2\lib\commands\command. js:36:14) at PoolConnection.handlePacket (C:\Users\Imran\S tudioProjects\Wallet-API\node_modules\mysql2\lib\con nection.js:456:32) at PacketParser.onPacket (C:\Users\Imran\StudioP rojects\Wallet-API\node_modules\mysql2\lib\connectio n.js:85:12) at PacketParser.executeStart (C:\Users\Imran\Stu dioProjects\Wallet-API\node_modules\mysql2\lib\packe t_parser.js:75:16) at Socket. (C:\Users\Imran\StudioProj ects\Wallet-API\node_modules\mysql2\lib\connection.j s:92:25) at Socket.emit (node:events:518:28) at addChunk (node:internal/streams/readable:561:12) c[9:00:56 am] File change detected. Starting incremental compilation... DeprecationWarning: 'getMutableClone' has been deprecated since v4.0.0. Use an appropriate `factory.update...` method instead, use `setCommentRange` or `setSourceMapRange`, and avoid setting `parent`. [9:01:13 am] Found 0 errors. Watching for file changes. [Nest] 22440 - 27/02/2026, 9:01:22 am  LOG [NestFactory] Starting Nest application... [Nest] 22440 - 27/02/2026, 9:01:22 am  LOG [InstanceLoader] AppModule dependencies initialized +249ms [Nest] 22440 - 27/02/2026, 9:01:22 am  LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms [Nest] 22440 - 27/02/2026, 9:01:22 am  LOG [InstanceLoader] ConfigHostModule dependencies initialized +1ms [Nest] 22440 - 27/02/2026, 9:01:22 am  LOG [InstanceLoader] ConfigModule dependencies initialized +1ms [Nest] 22440 - 27/02/2026, 9:01:22 am  LOG [InstanceLoader] ConfigModule dependencies initialized +0ms [Nest] 22440 - 27/02/2026, 9:01:23 am  LOG [InstanceLoader] TypeOrmCoreModule dependencies initialized +1219ms [Nest] 22440 - 27/02/2026, 9:01:23 am  LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms [Nest] 22440 - 27/02/2026, 9:01:23 am  LOG [InstanceLoader] TypeOrmModule dependencies initialized +0ms [Nest] 22440 - 27/02/2026, 9:01:23 am  LOG [InstanceLoader] TypeOrmModule dependencies initialized +1ms [Nest] 22440 - 27/02/2026, 9:01:23 am  LOG [InstanceLoader] TypeOrmModule dependencies initialized +0ms [Nest] 22440 - 27/02/2026, 9:01:23 am  LOG [InstanceLoader] TypeOrmModule dependencies initialized +0ms [Nest] 22440 - 27/02/2026, 9:01:23 am  LOG [InstanceLoader] UsersModule dependencies initialized +45ms [Nest] 22440 - 27/02/2026, 9:01:23 am  LOG [InstanceLoader] ExpertsModule dependencies initialized +0ms [Nest] 22440 - 27/02/2026, 9:01:23 am  LOG [InstanceLoader] WalletModule dependencies initialized +0ms [Nest] 22440 - 27/02/2026, 9:01:23 am  LOG [InstanceLoader] SessionsModule dependencies initialized +1ms [Nest] 22440 - 27/02/2026, 9:01:23 am  LOG [InstanceLoader] PayoutsModule dependencies initialized +0ms [Nest] 22440 - 27/02/2026, 9:01:23 am  LOG [RoutesResolver] UsersController {/v1/users}: +108ms [Nest] 22440 - 27/02/2026, 9:01:23 am  LOG [RouterExplorer] Mapped {/v1/users, POST} route +8ms [Nest] 22440 - 27/02/2026, 9:01:23 am  LOG [RouterExplorer] Mapped {/v1/users/:Webuddy_name, GET} route +1ms [Nest] 22440 - 27/02/2026, 9:01:23 am  LOG [RouterExplorer] Mapped {/v1/users/:Webuddy_name, PATCH} route +2ms [Nest] 22440 - 27/02/2026, 9:01:23 am  LOG [RoutesResolver] ExpertsController {/v1/experts}: +1ms [Nest] 22440 - 27/02/2026, 9:01:23 am  LOG [RouterExplorer] Mapped {/v1/experts/bank-details, POST} route +3ms [Nest] 22440 - 27/02/2026, 9:01:23 am  LOG [RouterExplorer] Mapped {/v1/experts/:expertId/bank-details, GET} route +1ms [Nest] 22440 - 27/02/2026, 9:01:23 am  LOG [RoutesResolver] WalletController {/v1/wallet}: +1ms [Nest] 22440 - 27/02/2026, 9:01:23 am  LOG [RouterExplorer] Mapped {/v1/wallet/recharge/create-order, POST} route +1ms [Nest] 22440 - 27/02/2026, 9:01:23 am  LOG [RouterExplorer] Mapped {/v1/wallet/recharge/verify, POST} route +2ms [Nest] 22440 - 27/02/2026, 9:01:23 am  LOG [RouterExplorer] Mapped {/v1/wallet/recharge/webhook, POST} route +1ms [Nest] 22440 - 27/02/2026, 9:01:23 am  LOG [RouterExplorer] Mapped {/v1/wallet/history, GET} route +2ms [Nest] 22440 - 27/02/2026, 9:01:23 am  LOG [RoutesResolver] SessionsController {/v1/sessions}: +0ms [Nest] 22440 - 27/02/2026, 9:01:23 am  LOG [RouterExplorer] Mapped {/v1/sessions/start, POST} route +2ms [Nest] 22440 - 27/02/2026, 9:01:23 am  LOG [RouterExplorer] Mapped {/v1/sessions/adjust, POST} route +1ms [Nest] 22440 - 27/02/2026, 9:01:23 am  LOG [RouterExplorer] Mapped {/v1/sessions/end, POST} route +2ms [Nest] 22440 - 27/02/2026, 9:01:23 am  LOG [RoutesResolver] PayoutsController {/v1/payouts}: +2ms [Nest] 22440 - 27/02/2026, 9:01:23 am  LOG [RouterExplorer] Mapped {/v1/payouts/manual, POST} route +1ms [Nest] 22440 - 27/02/2026, 9:01:23 am  LOG [RouterExplorer] Mapped {/v1/payouts/monthly, POST} route +1ms [Nest] 22440 - 27/02/2026, 9:01:23 am  LOG [NestApplication] Nest application successfully started +13ms Application is running on: http://localhost:3003