src/allographer/v2/schema_builder/queries/mysql/sub/add_column_query

Search:
Group by:

In MySQL, BLOB, TEXT, GEOMETRY or JSON column can't have a default value.

Procs

proc addColumnString(table: Table; column: Column): seq[string] {.
    ...raises: [ValueError, KeyError, DbError], tags: [], forbids: [].}