You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use custom types when importing from postgresql (#261)
* 🐛 add custom enums or types when importing from postgresql
no longer defaults to blob
* allow for quoted enum/types to be correctly imported
used prettier for formatting as per contributing.md
the type/enum check is case sensitive as there is no way I found to verify if the type was declared in quotes (case-sensitive) or without (to-lowercase by postgres)
0 commit comments