Commit f756caee by Vladislav

#19498 Снхронизация объявлений с целевыми

1 parent f41ce6e8
...@@ -14,8 +14,8 @@ class ChangeAdvertisementsColumnNullable extends Migration ...@@ -14,8 +14,8 @@ class ChangeAdvertisementsColumnNullable extends Migration
public function up() public function up()
{ {
Schema::table('advertisements', function (Blueprint $table) { Schema::table('advertisements', function (Blueprint $table) {
$table->bigInteger('campaign_id')->unsigned()->nullable(); $table->bigInteger('campaign_id')->unsigned()->nullable()->change();
$table->bigInteger('ad_group_id')->unsigned()->nullable(); $table->bigInteger('ad_group_id')->unsigned()->nullable()->change();
}); });
} }
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!