DROP INDEX

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

Last updated