id(); $table->string('time_bank_top_tuan'); $table->string('version'); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('caches'); } }