forked from miguel456/rbrecruiter
Beta version
This commit is too large to list all changes.
This commit is contained in:
@@ -32,6 +32,10 @@ class CreateAppointmentsTable extends Migration
|
||||
$table->boolean('userAccepted')->default(false);
|
||||
$table->longText('meetingNotes')->nullable();
|
||||
$table->timestamps();
|
||||
|
||||
$table->foreign('applicationID')
|
||||
->references('id')
|
||||
->on('applications');
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user