Skip to content

Commit 6a31967

Browse files
committed
remove incorrect migration column
1 parent baed1b5 commit 6a31967

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

database/migrations/2017_12_14_151403_create_emails_table.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ public function up()
2727
$table->string('view', 255);
2828
$table->binary('variables')->nullable();
2929
$table->binary('body');
30-
$table->binary('attachments');
3130
$table->integer('attempts')->default(0);
3231
$table->boolean('sending')->default(0);
3332
$table->boolean('failed')->default(0);

0 commit comments

Comments
 (0)