I successfully established a connection to an Azure Database, but encountered an error when attempting to create tables. The server failed with the following message:
[path]/node_modules/typeorm/driver/sqlserver/SqlServerQueryRunner.js:2309
if (!dbTables.length)
^
TypeError: Cannot read properties of undefined (reading 'length')
at SqlServerQueryRunner.<anonymous> ([path]/node_modules/typeorm/driver/sqlserver/SqlServerQueryRunner.js:2309:39)
at step ([path]/node_modules/tslib/tslib.js:143:27)
at Object.next ([path]/node_modules/tslib/tslib.js:124:57)
at fulfilled ([path]/node_modules/tslib/tslib.js:114:62)
at processTicksAndRejections (node:internal/process/task_queues:96:5)
Despite my efforts to find a solution, I have not been successful. Any assistance you could provide would be greatly appreciated.