Skip to content

Commit

Permalink
Dashboard UI Update
Browse files Browse the repository at this point in the history
  • Loading branch information
hpmouton committed Apr 2, 2024
1 parent 4ccc360 commit 3cffefb
Show file tree
Hide file tree
Showing 2 changed files with 547 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ public function up(): void
$table->id();
$table->unsignedBiginteger('jcp_id');
$table->unsignedBiginteger('skill_id');
$table->integer('required_level')->default(random_int(1, 5));
$table->integer('user_rating')->default(0);
$table->integer('supervisor_rating')->default(0);

Expand Down
Loading

0 comments on commit 3cffefb

Please sign in to comment.