src/allographer/v2/schema_builder/queries/postgres/drop_column

Search:
Group by:

Procs

proc dropColumn(self: PostgresSchema; isReset: bool) {.
    ...raises: [ValueError, Exception, OSError, CatchableError, KeyError], tags: [
    TimeEffect, RootEffect, WriteDirEffect, ReadDirEffect, ReadIOEffect,
    WriteIOEffect], forbids: [].}