Include previous fix
This commit is contained in:
parent
beee71e4c3
commit
3b0c862d47
|
@ -15,7 +15,7 @@ class CreateStaffProfilesTable extends Migration
|
|||
{
|
||||
Schema::create('staff_profiles', function (Blueprint $table) {
|
||||
$table->id();
|
||||
$table->bigIncrements('userID');
|
||||
$table->bigInteger('userID')->unsigned();
|
||||
$table->dateTime('approvalDate');
|
||||
$table->dateTime('terminationDate')->nullable();
|
||||
$table->dateTime('resignationDate')->nullable();
|
||||
|
|
Loading…
Reference in New Issue