Optimize tables

This commit is contained in:
2020-04-29 21:16:05 +01:00
parent 7c22894e94
commit f514c4f848
5 changed files with 47 additions and 34 deletions

View File

@@ -28,7 +28,7 @@ class CreateApplicationsTable extends Migration
'STAGE_INTERVIEW',
'APPROVED',
'DENIED'
]);
])->default('STAGE_SUBMITTED');
$table->timestamps();
});
}