We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10cf6d1 commit 083827fCopy full SHA for 083827f
1 file changed
src/ColumnSchemaBuilder.php
@@ -18,7 +18,7 @@ protected function buildUnsignedString(): string
18
return $this->isUnsigned() ? ' UNSIGNED' : '';
19
}
20
21
- public function __toString(): string
+ public function asString(): string
22
{
23
$format = match ($this->getTypeCategory()) {
24
self::CATEGORY_PK => '{type}{check}{append}',
0 commit comments