Skip to content

Commit

Permalink
Whoops.
Browse files Browse the repository at this point in the history
  • Loading branch information
eFrane committed Sep 8, 2015
1 parent 16cb227 commit d260f55
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -20,7 +20,7 @@ public function up()
$table->integer('author_id', false, true)->nullable();
$table->foreign('author_id')->references('id')->on('users');

$table->string('author_email', false, true)->nullable();
$table->string('author_email')->nullable();
$table->string('author_name')->nullable();

$table->text('content');
Expand Down

0 comments on commit d260f55

Please sign in to comment.