increments('id'); $table->unsignedInteger('from'); $table->unsignedInteger('to'); $table->string('text'); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('messages'); } }