From 11693a4758aaeb0733999482175ea722c169c88b Mon Sep 17 00:00:00 2001 From: itsbenny99 <42702231+itsbenny99@users.noreply.github.com> Date: Sun, 5 Jul 2020 11:46:50 +0100 Subject: [PATCH] Update 2018_05_31_133746_roster.php --- database/migrations/2018_05_31_133746_roster.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/database/migrations/2018_05_31_133746_roster.php b/database/migrations/2018_05_31_133746_roster.php index a40a78d7..7f034930 100644 --- a/database/migrations/2018_05_31_133746_roster.php +++ b/database/migrations/2018_05_31_133746_roster.php @@ -39,6 +39,10 @@ public function up() $table->string('json_token', 2000)->nullable(); $table->timestamps(); $table->timestamp('added_to_facility')->nullable(); + $table->integer('training_power')->default(0); + $table->integer('mentor_power')->default(0); + $table->integer('max')->default(0); + $table->string('path')->nullable(); }); }