I just noticed "String" types are being mapped to ...
# orm-help
k
I just noticed "String" types are being mapped to "Text" rather than varchar or varying character in Postgres as shown in the docs
n
Do you mind sharing the docs page where you found the issue? 🙂 Or even better open up an issue here so that our docs team can fix this 🙌
k
Will do
String fields are mapped to Text in Postgres
👍 1
r
Hey @KJReactor 👋 Yes this is currently the case and we will be introducing support for native DB types soon.