increments('id'); $table->string('guid', 50); $table->integer('users_id')->unsigned(); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::drop('invitations'); } }