Custom Schema and Table

LabKey Support Forum (Inactive)
Custom Schema and Table Jon (LabKey DevOps)  2018-04-27 15:52
Status: Closed
 
Hi Marcia,

ETLs themselves do not make custom schemas and tables. That is the responsibility of SQL scripts:

https://www.labkey.org/Documentation/wiki-page.view?name=sqlScripts

However, the ability to delete should exist along with the ability to insert new rows as well provided you didn't configure the XML that renders your table to

Can you send a screenshot of the table in question?

Also, how does your SQL and XML code for your custom schema and table look when compared to our sampletest module here?

https://hedgehog.fhcrc.org/tor/stedi/trunk/server/test/modules/simpletest/resources/schemas/

Regards,

Jon