We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bfecb9 commit ddf9391Copy full SHA for ddf9391
database/migrations/create_model_upload_table.php
@@ -19,6 +19,7 @@ public function up(): void
19
$table->string('file_path');
20
$table->string('state', 50);
21
$table->longText('error_message')->nullable();
22
+ $table->longText('exception')->nullable();
23
$table->timestamps();
24
});
25
0 commit comments