Add type bytea
This commit is contained in:
parent
363cdcede1
commit
8f93c2e2da
|
@ -340,6 +340,7 @@ def parse_column_definition(ps):
|
||||||
"json", "jsonb",
|
"json", "jsonb",
|
||||||
"uuid",
|
"uuid",
|
||||||
r"integer\[\]", r"int\[\]", r"bigint\[\]",
|
r"integer\[\]", r"int\[\]", r"bigint\[\]",
|
||||||
|
"bytea",
|
||||||
),
|
),
|
||||||
key=lambda x: -len(x) # longest match first
|
key=lambda x: -len(x) # longest match first
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue