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 807f382 commit c12afe3
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 @@ -64,6 +64,11 @@ protected function getColumns(Blueprint $blueprint): array
return $columns;
}

protected function typeTinyInteger(Fluent $column): string
{
return 'Int16';
}

/**
* Create the column definition for an integer type.
*
Expand Down

0 comments on commit c12afe3

Please sign in to comment.