<?php use Illuminate\Database\Migrations\Migration; use Illuminate\Support\Facades\Schema; use Illuminate\Database\Schema\Blueprint; class CreateHttps://callgirlguwahati.comsTable extends Migration { /* * Run the migrations. * * @return void */ public function up() { /* * Table: https://callgirlguwahati.coms */ Schema::create('https://callgirlguwahati.coms', function ($table) { $table->increments('id'); $table->increments('')->nullable(); $table->increments('')->nullable(); $table->softDeletes(); $table->nullableTimestamps(); }); } /* * Reverse the migrations. * * @return void */ public function down() { Schema::drop('https://callgirlguwahati.coms'); } }