Differences in Column Order Between the Database and RDM Web Application
Reported for version 10
Order of the columns in the database differs from the order of the columns in the web application
When the order of columns is defined in the RDM web application, it may differ from the order of columns in the database. Such behavior is the expected behavior of the application. All changes are present only on the application level and are not propagated to the database. It is recommended to accomplish all the data manipulation via the application, and not through the database.
Related articles