string('uuid'); $table->string('original')->nullable(); $table->string('filename')->nullable(); $table->string('status')->nullable(); $table->string('hash')->nullable(); $table->longText('fullpath')->nullable(); $table->boolean('filesize')->nullable(); $table->string('bundle_slug'); } public function bundle() { return $this->belongsTo(Bundle::class); } }