increments('id'); $table->string('computer'); $table->timestamp('created_at')->default(DB::raw('CURRENT_TIMESTAMP')); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('computers'); } }