forked from miguel456/rbrecruiter
Optimize tables
This commit is contained in:
@@ -28,7 +28,7 @@ class CreateApplicationsTable extends Migration
|
||||
'STAGE_INTERVIEW',
|
||||
'APPROVED',
|
||||
'DENIED'
|
||||
]);
|
||||
])->default('STAGE_SUBMITTED');
|
||||
$table->timestamps();
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user