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'.
3 Replies
Yes you can https://drizzle.run/o0noho5vywfna9cenhzlqmns
Drizzle Run
onUpdate - Drizzle Run
The solution: sql
null
ohh nice! thanks!