DROP TABLE
await client.exec({
dropTable: table(Mountain),
ifExists: true
});
// sql: DROP TABLE IF EXISTS "Mountain"
Last updated
await client.exec({
dropTable: table(Mountain),
ifExists: true
});
// sql: DROP TABLE IF EXISTS "Mountain"
Last updated