so should i have a table look like this
id1 | <null> | lorem ipsum | monday
id2 | <null> | lorem ipsum 2 | tuesday
id3 | lorem ipsum | <null> | wednesday
and my GET would have to somehow combine the
id2
and
id3
row (since they are the latest
dateCreated
) ----- is such a GET possible?