Schema::create('epapers', function (Blueprint $table) { $table->id(); $table->date('date'); $table->string('file_path', 255); $table->timestamps(); });