BATCH-256: fixed postgres BLOB type
This commit is contained in:
@@ -3,6 +3,6 @@ platform=postgresql
|
||||
BIGINT = BIGINT
|
||||
IDENTITY =
|
||||
GENERATED =
|
||||
BLOB = BLOB
|
||||
BLOB = BYTEA
|
||||
# for generating drop statements...
|
||||
SEQUENCE = SEQUENCE
|
||||
|
||||
Reference in New Issue
Block a user