dateTime('time')->useCurrent(); $table->char('hostname', 128)->default('UNKNOWN'); $table->boolean('channel')->default(false); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('bootlog'); } };