This commit is contained in:
2019-12-01 03:03:46 -06:00
parent cd5d844d25
commit 54cd34d0b9

View File

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