connector)->create('pipi_auto_tariffs', static function (Blueprint $table) { $table->id(); $table->string('name')->nullable()->comment('Наименование'); $table->timestamps(); $table->softDeletes(); }); } } };