fix autotest

This commit is contained in:
Denis Glushkov
2024-04-10 18:24:08 +05:00
parent c1719c8484
commit 807f382e23
+5
View File
@@ -119,6 +119,11 @@ class SchemaGrammar extends Grammar
return 'String';
}
protected function typeMediumText(Fluent $column): string
{
return 'String';
}
/**
* Create the column definition for a long text type.
*