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: [].}
In MySQL, BLOB, TEXT, GEOMETRY or JSON column can't have a default value.
proc addColumnString(table: Table; column: Column): seq[string] {. ...raises: [ValueError, KeyError, DbError], tags: [], forbids: [].}