changed the down method change
This commit is contained in:
parent
0c504fed49
commit
f283a5f755
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ class FixAssetModelMinQtyNullability extends Migration
|
|||
public function down()
|
||||
{
|
||||
Schema::table('models', function (Blueprint $table) {
|
||||
$table->integer('min_amt')->default(null)->change();
|
||||
$table->integer('min_amt')->nullable(false)->change();
|
||||
});
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue