I’m currently fetching a date in a query and as I only want to show results that are past a specified date, I want to use >= as a condition in said query, but it seems this is not an option in the dropdown.
Turns out PHPMyAdmin never updated the type to date when I modified the table the first time around due to an error, but after fixing that it updated correctly.