Commit f41ce6e8 by Vladislav

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

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