@@ -89,7 +89,8 @@ |
||
| 89 | 89 | Schema::dropIfExists('file_link_instructions'); |
| 90 | 90 | } |
| 91 | 91 | // Add "notes" column to the file link files table |
| 92 | - if (!Schema::hasColumn('file_link_files', 'note')) { |
|
| 92 | + if (!Schema::hasColumn('file_link_files', 'note')) |
|
| 93 | + { |
|
| 93 | 94 | Schema::table('file_link_files', function (Blueprint $table) { |
| 94 | 95 | $table->longText('note') |
| 95 | 96 | ->nullable() |