increments('id')->unsigned(); $table->integer('user_id')->unsigned(); $table->integer('server_id')->unsigned(); $table->char('daemonSecret', 36); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::drop('subusers'); } }