Hello all, I have a ktor project and have added a ...
# exposed
f
Hello all, I have a ktor project and have added a User table successfully. But when added a new table i did get the next error ERROR: column “expires_at” of relation “refresh_tokens” does not exist Anybody here that knows this error??
a
Can you share your code for more context?
f
Schermafbeelding 2023-07-16 om 01.09.26.png,Schermafbeelding 2023-07-16 om 01.09.47.png,Schermafbeelding 2023-07-16 om 01.10.09.png
The error is giving this funtion block as a hint
p
Did you create your schema manually, by Liquibase /Flyway or by Exposed?
f
Apparently my column names weren't configured correctly. It's working now thanks!!
p
Perfect 🙂