issue #802
This commit is contained in:
parent
2c9862db57
commit
28c45c9bfa
|
|
@ -14,7 +14,7 @@ class AlterProductReviewsTable extends Migration
|
|||
public function up()
|
||||
{
|
||||
Schema::table('product_reviews', function (Blueprint $table) {
|
||||
$table->string('name')->default('default_value');
|
||||
$table->string('name')->default('');
|
||||
$table->dropForeign('product_reviews_customer_id_foreign');
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue