Is it possible to make the columns the same width without it being to complicated?
\begin{table}[h]
\centering
\label{my-label}
\begin{tabular}{@{}c|c@{}}
\toprule
\textbf{Injection Pressure {[}bar{]}} & \textbf{Time {[}s{]}} \\ \hline
1.0 & 120 \\
1.5 & 120 \\
2.0 & 90 \\
2.5 & 90 \\
3.0 & 90 \\
4.0 & 60 \\
5.0 & 60 \\
6.0 & 60 \\ \bottomrule
\end{tabular}
\caption{Various injection pressures and time setting}
\end{table}


