mirror of
https://github.com/snipe/snipe-it.git
synced 2025-02-21 03:15:45 -08:00
changed the down method change
This commit is contained in:
parent
0c504fed49
commit
f283a5f755
|
@ -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…
Reference in a new issue