hello,
i have got a table that holds some entries which are then shown as some kind of short articles. at the moment they are sorted by date.
now i want to implement an option where i can individually sort them. so i build an admin-interface and every entry gets an option: move_up and move_down which switches place with the entry before or afterwars.
how could i implement that in the database?
which additional fields would i need?
thanks!