We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad3113e commit 0e2e348Copy full SHA for 0e2e348
src/Processor/ShowColumnsProcessor.php
@@ -91,11 +91,6 @@ private static function resolveCollation(Column $column): string
91
return $collation ?? '';
92
}
93
94
- private static function resolveKey(Column $column): string
95
- {
96
-
97
- }
98
99
private static function resolveDefault(Column $column): ?string
100
{
101
if ($column instanceof Column\Defaultable) {
0 commit comments