src/allographer/v2/schema_builder/queries/mysql/rename_table

Search:
Group by:

Procs

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