insert([ 'name' => 'Systemy Informatyczne UA0', 'type' => 'Lecture', 'weekday' => 'Monday', 'time' => '15:30', 'room_id' => 32, 'user_id' => 2 ]); DB::table('subjects')->insert([ 'name' => 'Systemy Informatyczne UA0', 'type' => 'Excercises', 'weekday' => 'Monday', 'time' => '17:15', 'room_id' => 7, 'user_id' => 3 ]); } }