id(); $table->string('image',126); $table->text('ocr'); $table->string('result',512); $table->timestamps(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::dropIfExists('ocr_log'); } }