boyo
DTDrizzle Team
•Created by boyo on 7/9/2024 in #help
SQLite Timestamp does not allow a default NULL value
As the title says,
Are there no workarounds for this?
Here's the error I get: Argument of type 'null' is not assignable to parameter of type 'SQL<unknown> | Date'.
4 replies
DTDrizzle Team
•Created by boyo on 6/9/2024 in #help
Custom type is unknown on Drizzle Studio
Hello,
I have created a custom type to store my database salt like this:
Later, I noticed an issue in the schema tab of Drizzle ORM where I found this:
Is this a normal occurrence or am I doing something wrong?
1 replies