-
User Management Service dotnet ef migrations add AddTablePassenger --output-dir Persistence\Migrations --project .\src\Services\UserManagement\UserManagement.Infrastructure --startup-project .\src\Services\UserManagement\UserManagement.API dotnet ef migrations remove --project .\src\Services\UserManagement\UserManagement.Infrastructure --startup-project .\src\Services\UserManagement\UserManagement.API
-
Admin Service dotnet ef migrations add AddAdminPassenger --output-dir --project Persistence\Migrations .\src\Services\Admin\Admin.Infrastructure --startup-project .\src\Services\Admin\Admin.API dotnet ef database update --project .\src\Services\Admin\Admin.Infrastructure --startup-project .\src\Services\Admin\Admin.API
-
Booking service dotnet ef migrations add AddTicketTbl --output-dir --project Persistence\Migrations .\src\Services\Booking\Booking.Infrastructure --startup-project .\src\Services\Booking\Booking.API dotnet ef database update .\src\Services\Booking\Booking.Infrastructure --startup-project .\src\Services\Booking\Booking.API
-
Payment service dotnet ef migrations add AddTicketTbl --output-dir --project Persistence\Migrations .\src\Services\Payment\Payment.Infrastructure --startup-project .\src\Services\Payment\Payment.API dotnet ef database update .\src\Services\Payment\Payment.Infrastructure --startup-project .\src\Services\Payment\Payment.API
dotnet ef database update --project .\src\Services\UserManagement\UserManagement.Infrastructure --startup-project .\src\Services\UserManagement\UserManagement.API dotnet ef database update --project .\src\Services\Admin\Admin.Infrastructure --startup-project .\src\Services\Admin\Admin.API dotnet ef database update --project .\src\Services\Booking\Booking.Infrastructure --startup-project .\src\Services\Booking\Booking.API dotnet ef database update --project .\src\Services\Payment\Payment.Infrastructure --startup-project .\src\Services\Payment\Payment.API
dotnet ef migrations add UpdateTrainCarTbl --output-dir Persistence\Migrations --project .\src\Services\Admin\Admin.Infrastructure --startup-project .\src\Services\Admin\Admin.API
dotnet ef migrations add UpdateStatusCodeToEnum --output-dir Persistence\Migrations --project .\src\Services\Payment\Payment.Infrastructure --startup-project .\src\Services\Payment\Payment.API dotnet ef migrations add AddTicketSeatIdInPassengerInfo --output-dir Persistence\Migrations --project .\src\Services\Booking\Booking.Infrastructure --startup-project .\src\Services\Booking\Booking.API