Skip to content

Commit

Permalink
Add suite 2.
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Svirin committed Oct 5, 2021
1 parent ad3113e commit 0e2e348
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/Processor/ShowColumnsProcessor.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,6 @@ private static function resolveCollation(Column $column): string
return $collation ?? '';
}

private static function resolveKey(Column $column): string
{

}

private static function resolveDefault(Column $column): ?string
{
if ($column instanceof Column\Defaultable) {
Expand Down

0 comments on commit 0e2e348

Please sign in to comment.