forked from miguel456/rbrecruiter
Beta version
This commit is too large to list all changes.
This commit is contained in:
@@ -31,6 +31,10 @@ class CreateApplicationsTable extends Migration
|
||||
'DENIED'
|
||||
])->default('STAGE_SUBMITTED');
|
||||
$table->timestamps();
|
||||
|
||||
$table->foreign('applicantUserID')
|
||||
->references('id')
|
||||
->on('users');
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user