increments('id'); $table->string('ad_banner', 255)->nullable(); $table->string('banner_imp_etc', 255)->nullable(); $table->softDeletes(); $table->nullableTimestamps(); }); } /* * Reverse the migrations. * * @return void */ public function down() { Schema::drop('buyadetails'); } }