Skip to content

Commit

Permalink
Merge pull request #356 from Albvadi/patch-1
Browse files Browse the repository at this point in the history
Update migration
  • Loading branch information
quetzyg authored Nov 30, 2017
2 parents b753967 + 7b76e7c commit 383d453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion database/migrations/audits.stub
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class CreateAuditsTable extends Migration
*/
public function up()
{
Schema::create('audits'', function (Blueprint $table) {
Schema::create('audits', function (Blueprint $table) {
$table->increments('id');
$table->unsignedInteger('user_id')->nullable();
$table->string('event');
Expand Down

0 comments on commit 383d453

Please sign in to comment.