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 ec0ca0c commit 3017b9aCopy full SHA for 3017b9a
tests/Schema/SchemaTableTest.php
@@ -26,7 +26,7 @@ public function test_guid()
26
{
27
$this->dbal->shouldReceive('addColumn')->with('guid', 'guid');
28
29
- $this->table->string('guid');
+ $this->table->guid('guid');
30
}
31
32
public function test_primary()
0 commit comments