how can I check for a domain type `create domain s...
# komapper
s
how can I check for a domain type
create domain sync_text as jsonb;
in
PropertyTypeResolver
of the gradle plugin?
Copy code
column.typeName == "sync_text" -> "repositories.db.types.SyncText"
because this does not work
ok the issue is just the string matching. for some reason it's typename is
"schema"."sync_text"