MCPcopy Create free account
hub / github.com/NobleMajo/al-sql / dropTableQuery

Method dropTableQuery

src/pg.ts:345–351  ·  view source on GitHub ↗
(
        table: SqlTable
    )

Source from the content-addressed store, hash-verified

343 }
344
345 dropTableQuery(
346 table: SqlTable
347 ): ExecutableSqlQuery {
348 return [
349 `DROP TABLE IF EXISTS "${table.name}" CASCADE`
350 ]
351 }
352
353 insertQuery(
354 table: SqlTable,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected