delete(); \DB::table('forumpost')->insert([ 0 => [ 'id' => 1, 'forumid' => 1, 'parentid' => 0, 'users_id' => 1, 'subject' => 'Welcome to NNTmux!', 'message' => 'Feel free to leave a message.', 'locked' => 0, 'sticky' => 0, 'replies' => 0, 'created_at' => '0000-00-00 00:00:00', 'updated_at' => '0000-00-00 00:00:00', ], ]); } }