Currently, fields are not sorted by their insertion date. This means that they will appear out of order, and there is currently no mechanism to order them.
Bug Solutions.
Sort by insertion date or some other configurable. May be useful to have an order column that is ORDER BY so that any client can change the order manually.
Program Version.
v0.1.0
Steps to reproduce.
Currently, fields are not sorted by their insertion date. This means that they will appear out of order, and there is currently no mechanism to order them.
Bug Solutions.
Sort by insertion date or some other configurable. May be useful to have an
order
column that isORDER BY
so that any client can change the order manually.Other Details.
Discuss other methods to achieve the same result.