You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?The text was updated successfully, but these errors were encountered: