forked from miguel456/rbrecruiter
Optimize tables
This commit is contained in:
@@ -29,7 +29,7 @@ class CreateAppointmentsTable extends Migration
|
||||
'SCHEDULED',
|
||||
'CONCLUDED'
|
||||
])->default('SCHEDULED');
|
||||
$table->text('meetingNotes');
|
||||
$table->text('meetingNotes')->nullable();
|
||||
$table->timestamps();
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user