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