Skip to content

Commit

Permalink
Merge pull request #17 from ZTL-ARTCC/Database-migrations
Browse files Browse the repository at this point in the history
#15 Added/Amended Migrations
  • Loading branch information
itsbenny99 authored Jul 5, 2020
2 parents 81afcec + 11693a4 commit 32e51a6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions database/migrations/2018_05_31_133746_roster.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
});
}

Expand Down

0 comments on commit 32e51a6

Please sign in to comment.