Drizzle studio doesn't handle timestamps properly
I was trying to create some records into my users table:
when I add it via drizzle studio inside turso I get literaly
(current_timestamp)
as text instead of the actual timestamp.
It worked fine adding it via SQL shell3 Replies
Hey @diurivj! thank you, this is bug and will be fixed
@Mykhailo
i have this passed into a
fields
table using pg. i'm noticing the timestamp is shown incorrectly in studio. In beekeeper its correct
Hey @DiamondDragon. I will reproduce this issue and will reply later