edit migration
This commit is contained in:
parent
b982295cf5
commit
1718f6ac1a
|
@ -12,7 +12,7 @@
|
|||
public function up(): void
|
||||
{
|
||||
Schema::table('pengajuan_wisudas', function (Blueprint $table) {
|
||||
$table->string('bukti_bebas_lab')->after('bukti_toefl');
|
||||
$table->string('bukti_bebas_lab')->nullable()->after('bukti_toefl');
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user