|
|
@@ -8,7 +8,7 @@ return new class extends Migration
|
|
|
{
|
|
|
public function up(): void
|
|
|
{
|
|
|
- Schema::create('users', function (Blueprint $table) {
|
|
|
+ Schema::create('applications', function (Blueprint $table) {
|
|
|
$table->id();
|
|
|
$table->integer('user_id');
|
|
|
$table->integer('course_id');
|