We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b4483d commit 06dcaaaCopy full SHA for 06dcaaa
tests/Database/DatabaseSchemaBlueprintTest.php
@@ -79,7 +79,7 @@ public function testDefaultCurrentTimestamp()
79
public function testUnsignedDecimalTable()
80
{
81
$base = new Blueprint('users', function ($table) {
82
- $table->unsignedDecimal('money', 10, 2, true)->useCurrent();
+ $table->unsignedDecimal('money', 10, 2)->useCurrent();
83
});
84
85
$connection = m::mock('Illuminate\Database\Connection');
0 commit comments