src/allographer/schema_builder/queries/sqlite/sub/add_column_query

Search:
Group by:

https://www.sqlite.org/lang_createtable.html#constraints

Procs

proc addColumnString(rdb: SqliteConnections; table: Table; column: Column): seq[
    string] {....raises: [DbError, KeyError, ValueError, Exception, OSError,
                       IOError, RegexError], tags: [TimeEffect, RootEffect,
    WriteDirEffect, ReadDirEffect, ReadIOEffect, WriteIOEffect, ReadDbEffect],
              forbids: [].}