ready to get rid of me
This commit is contained in:
@@ -30,6 +30,6 @@ class CreateWikiUsers extends Migration
|
||||
*/
|
||||
public function down()
|
||||
{
|
||||
Schemma::dropIfExists('wiki_user');
|
||||
Schema::dropIfExists('wiki_user');
|
||||
}
|
||||
}
|
||||
|
||||
@@ -15,7 +15,7 @@ class CreateUserEsiScopes extends Migration
|
||||
{
|
||||
Schema::create('UserEsiScopes', function(Blueprint $table) {
|
||||
$table->integer('id')->increments();
|
||||
$table->integer('character_id');
|
||||
$table->foreign('character_id')->integer('character_id');
|
||||
$table->string('scope');
|
||||
$table->timestamps();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user