Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
auto_increment_alter
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
auto_increment_alter
Merge requests
!2
Issue
#3487881
: Get list of tables
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3487881
: Get list of tables
issue/auto_increment_alter-3487881:3487881-get-a-list-of-tables
into
1.0.x
Overview
0
Commits
4
Pipelines
0
Changes
4
Merged
Gaurav Manerkar
requested to merge
issue/auto_increment_alter-3487881:3487881-get-a-list-of-tables
into
1.0.x
5 months ago
Overview
0
Commits
4
Pipelines
0
Changes
4
Expand
Closes
#3487881
0
0
Merge request reports
Compare
1.0.x
version 1
bf778647
5 months ago
1.0.x (base)
and
latest version
latest version
52e653d2
4 commits,
5 months ago
version 1
bf778647
1 commit,
5 months ago
4 files
+
27
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
src/AutoIncrementAlter.php
+
5
−
0
Options
@@ -154,4 +154,9 @@ abstract class AutoIncrementAlter implements AutoIncrementAlterInterface {
return
$isSupported
;
}
/**
* {@inheritdoc}
*/
abstract
public
function
getTableList
():
array
;
}
Loading