Add type bytea

This commit is contained in:
Peter J. Holzer 2024-12-12 21:48:31 +01:00
parent 363cdcede1
commit 8f93c2e2da
1 changed files with 1 additions and 0 deletions

View File

@ -340,6 +340,7 @@ def parse_column_definition(ps):
"json", "jsonb",
"uuid",
r"integer\[\]", r"int\[\]", r"bigint\[\]",
"bytea",
),
key=lambda x: -len(x) # longest match first
)