increments('id'); $table->string('nokp', 20); $table->string('telefon'); $table->string('token'); $table->timestamp('created_at'); $table->timestamp('expired_at'); }); } /** * Reverse the migrations. * * @return void */ public function down() { // } }