Skip to content

Commit ddf9391

Browse files
committed
Fixing migrations
1 parent 9bfecb9 commit ddf9391

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

database/migrations/create_model_upload_table.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ public function up(): void
1919
$table->string('file_path');
2020
$table->string('state', 50);
2121
$table->longText('error_message')->nullable();
22+
$table->longText('exception')->nullable();
2223
$table->timestamps();
2324
});
2425

0 commit comments

Comments
 (0)