blacklist modification

This commit is contained in:
2019-12-01 02:10:33 -06:00
parent 0f59440ce4
commit 5f6c8f4085
4 changed files with 12 additions and 1 deletions

View File

@@ -19,6 +19,7 @@ class CreateBlacklistTable extends Migration
$table->string('character_id')->unique();
$table->string('name')->unique();
$table->text('reason');
$table->text('alts');
$table->string('lister_id');
$table->string('lister_name');
$table->timestamps();