Commit c0224cbb by Vladislav

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

1 parent 5b1796fd
...@@ -15,10 +15,6 @@ class CreateAdExtensionsTable extends Migration ...@@ -15,10 +15,6 @@ class CreateAdExtensionsTable extends Migration
public function up() public function up()
{ {
Schema::create('ad_extensions', function (Blueprint $table) { Schema::create('ad_extensions', function (Blueprint $table) {
$table->dropColumn('ad_extensions')->nullable();
});
Schema::create('ad_extensions', function (Blueprint $table) {
$table->id(); $table->id();
$table->bigInteger('external_id'); $table->bigInteger('external_id');
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!