fix autotest

This commit is contained in:
Denis Glushkov
2024-04-10 18:27:52 +05:00
parent 807f382e23
commit c12afe3f92
+5
View File
@@ -64,6 +64,11 @@ class SchemaGrammar extends Grammar
return $columns;
}
protected function typeTinyInteger(Fluent $column): string
{
return 'Int16';
}
/**
* Create the column definition for an integer type.
*