For the complete documentation index, see llms.txt. This page is also available as Markdown.

DROP INDEX

await client.exec({
   dropIndex: 'Mountain_pkey',
});
// sql: DROP INDEX "Mountain_pkey"

Last updated