I'm a beginner and I'm using Overleaf for making a CV

Here my issue :
I want something like an array with Column left date and Colomn right the related tasks (and over things inside like List / custom parbox / etc : so containt is really big).
It appears by using this approach, the column left is nicely sized but if the right cell has a bad behaviorand disappearsby exceeding the page from bottom.
Here the code to better explain with lipsum to fill in with big amount of data :
Code: Select all
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage{longtable}
\usepackage{lipsum}
\begin{document}
\begin{longtable}[c]{| c | p{5cm} |}
\hline
2019 - 2020 & Test
\hline
2019 - 2020 & \lipsum
\hline
2019 - 2020 & Test
\hline
\end{longtable}
\end{document}

I'm opened to any idea about this issue or if you have a better design to suggest, I would be happy to better understand and improve my comprehension about this.
Thank you very much for helping me
