Skip to content

Commit c3e5334

Browse files
authored
Merge pull request #7 from atfromhome/controller
Fixing migrations
2 parents 18c7d49 + ddf9391 commit c3e5334

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)