jayc
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 1
-
Created How to fix <statement> expected, got 'CURRENT_TIMESTAMP' using drizzle
Hi, I am using the following code which is intended as it generates a table using drizzle with the default text to be current timestamp and it works as expected.import { text, integer, sqliteTable ...