bigIncrements('id'); $table->bigInteger('criterion_id'); $table->bigInteger('module_id'); $table->bigInteger('member_id'); $table->float('points'); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('results'); } }