Insert into Database from wiki page | Jon (LabKey DevOps) | 2017-06-21 16:11 |
Status: Closed | ||
Hi Atul, That kind of setup isn't supported by the Schema Browser. The LabKey database shouldn't be accessed as an external schema and external schemas should have their own datasource within the labkey.xml file. Additionally, by creating it solely in PostgreSQL and not having an accompanying XML file, LabKey has no way of understanding how to design it within the Schema Browser or handle the table design. This is also why the Javascript API wouldn't work since it couldn't actually view that table properly. We recommend that you create new tables that are not apart of the LabKey Core modules within your own custom module, where you can create your own schemas, tables, and queries. - https://www.labkey.org/Documentation/wiki-page.view?name=sqlScripts Regards, Jon |
||