id(); $table->string('beginning'); $table->string('ending'); $table->string('break'); $table->integer('type'); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('calls'); } }