mirror of
https://github.com/robonen/education-project.git
synced 2026-03-20 02:44:31 +00:00
ответ при создании
This commit is contained in:
@@ -16,7 +16,7 @@ class CreateTimetablesTable extends Migration
|
||||
Schema::create('timetables', function (Blueprint $table) {
|
||||
$table->id();
|
||||
$table->unsignedInteger('class_id');
|
||||
$table->unsignedInteger('teacher_id');
|
||||
$table->unsignedInteger('teacher_id')->nullable();
|
||||
$table->unsignedInteger('subject_id');
|
||||
$table->date('date');
|
||||
$table->time('time_start');
|
||||
|
||||
Reference in New Issue
Block a user