I am trying to create a database, but I want fields of the database to be ordered a specific way. Am I correct in my assumption that because API receives a dict rather than a list of tuples the order can't be defined, at least at the stage of database creation? If so, are the any known ways of doing it?