Commit c34cf812 by Vladislav

#20364 Загрузка и синхронизация расширений

1 parent ae7c4878
...@@ -16,8 +16,6 @@ class CreateGoalAdExtensionsTable extends Migration ...@@ -16,8 +16,6 @@ class CreateGoalAdExtensionsTable extends Migration
Schema::create('goal_ad_extensions', function (Blueprint $table) { Schema::create('goal_ad_extensions', function (Blueprint $table) {
$table->id(); $table->id();
$table->id();
$table->bigInteger('external_id')->nullable(); $table->bigInteger('external_id')->nullable();
$table->bigInteger('ad_extension_id')->unsigned(); $table->bigInteger('ad_extension_id')->unsigned();
$table->bigInteger('token_id')->unsigned(); $table->bigInteger('token_id')->unsigned();
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!