src/allographer/v1/schema_builder/queries/mysql/create_migration_table

    Dark Mode
Search:
Group by:

Procs

proc createMigrationTable(self: MysqlSchema) {.
    ...raises: [ValueError, KeyError, DbError, Exception, OSError], tags: [
    RootEffect, TimeEffect, WriteDirEffect, ReadDirEffect, ReadIOEffect,
    WriteIOEffect].}