forked from miguel456/rbrecruiter
Beta version
This commit is too large to list all changes.
This commit is contained in:
@@ -22,7 +22,9 @@ class CreateVotesTable extends Migration
|
||||
]);
|
||||
$table->timestamps();
|
||||
|
||||
$table->foreign('userID')->references('id')->on('users');
|
||||
$table->foreign('userID')
|
||||
->references('id')
|
||||
->on('users');
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user