id(); $table->string('k')->nullable(); $table->boolean('v')->nullable(); $table->timestamp('timestamp')->useCurrent()->onUpdate(null); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('bpkey'); } }