You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
protected$description = 'Data transfer from one database to another';
25
26
@@ -252,7 +253,10 @@ protected function getMigrationOption(): string
252
253
253
254
protectedfunctionconfirmTableListOption(): bool
254
255
{
255
-
return$this->confirm('Please confirm table list should be retrieved from target connection? (incase if source connection does not support it)', false);
256
+
return$this->confirm(
257
+
'Please confirm table list should be retrieved from target connection? (incase if source connection does not support it)',
0 commit comments