I need to add a field to a table, but the table doesn't show up in the database manager in Architect. The table has the sysdba schema in SQL Server. What would cause the database manager to miss the table, and how can I resolve this?
I always assumed you were suppose to create a new table from the button in the Database Manager. The thought is that, in doing so, there are references that link the newly created SQL table with the application.