Skip to content

Commit

Permalink
fix autotest
Browse files Browse the repository at this point in the history
  • Loading branch information
glushkovds committed Apr 10, 2024
1 parent c1719c8 commit 807f382
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/SchemaGrammar.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,11 @@ protected function typeText(Fluent $column): string
return 'String';
}

protected function typeMediumText(Fluent $column): string
{
return 'String';
}

/**
* Create the column definition for a long text type.
*
Expand Down

0 comments on commit 807f382

Please sign in to comment.