Commit 0d46c32d by Vladislav

#22112 Добавить команду и запрос остановки показа объявлений

1 parent 18d75d73
...@@ -13,7 +13,7 @@ class AddGoalAdvertisementsSuspendColumn extends Migration ...@@ -13,7 +13,7 @@ class AddGoalAdvertisementsSuspendColumn extends Migration
*/ */
public function up() public function up()
{ {
Schema::create('goal_advertisements', function (Blueprint $table) { Schema::table('goal_advertisements', function (Blueprint $table) {
$table->timestamp('suspended_need')->nullable(); $table->timestamp('suspended_need')->nullable();
$table->timestamp('suspended_at')->nullable(); $table->timestamp('suspended_at')->nullable();
$table->timestamp('reserve_suspend_at')->nullable(); $table->timestamp('reserve_suspend_at')->nullable();
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!