Fyzz
Explore posts from serversDTDrizzle Team
•Created by Fyzz on 3/30/2024 in #help
Turso DB reads (alot)
Thanks guys I’ll take a look
6 replies
DTDrizzle Team
•Created by Hussein on 10/27/2023 in #help
example on users table with followers and follows?
then add the uniqe indexes / indexes for your querying needs, probably the follower_user_id and following_user_id and to prevent overlapping follows
follower_user_id
the id of the user who doing the following (currentUser)
following_user_id
the id of the user being followed3 replies
DTDrizzle Team
•Created by Hussein on 10/27/2023 in #help
example on users table with followers and follows?
Someone may have a better one but this is how id do it
3 replies
DTDrizzle Team
•Created by Fyzz on 8/30/2023 in #help
PostgreSQL "type serial does not exist"
Ahh okay that makes sense because I wiped all tables from my db and then re pushed it, and it worked after that! Thankfully I only had a few tables and had no real data yet
12 replies
DTDrizzle Team
•Created by Fyzz on 8/30/2023 in #help
PostgreSQL "type serial does not exist"
ALTER TABLE "users" ALTER COLUMN "id" SET DATA TYPE serial;
12 replies
DTDrizzle Team
•Created by Fyzz on 8/11/2023 in #help
"mode" not defined in drizzle config 0.28.1
Oh perfect! Thank you @Andrew Sherman
10 replies
DTDrizzle Team
•Created by Fyzz on 8/11/2023 in #help
"mode" not defined in drizzle config 0.28.1
I’ve tried both the error is throwing in ts build too 😅
10 replies
DTDrizzle Team
•Created by Fyzz on 7/30/2023 in #help
Query a table based on related table
This is what im looking for I belive 😅 maybe someone could tell me if this is correct
4 replies
DTDrizzle Team
•Created by Startup Spells 🪄 Newsletter Guy on 6/22/2023 in #help
Drizzle Kit Push & Generate gives weird error
This fix seemed to work
"target": "ES2015",
5 replies
DTDrizzle Team
•Created by Startup Spells 🪄 Newsletter Guy on 6/22/2023 in #help
Drizzle Kit Push & Generate gives weird error
Any update on this im getting this error as well
5 replies
DTDrizzle Team
•Created by makaron pelnoziarnisty on 3/30/2023 in #help
Invalid default value for timestamp
If I figure it out I’ll post in here 😁
15 replies
DTDrizzle Team
•Created by makaron pelnoziarnisty on 3/30/2023 in #help
Invalid default value for timestamp
For now I just removed the created at and updated at, lol
15 replies
DTDrizzle Team
•Created by makaron pelnoziarnisty on 3/30/2023 in #help
Invalid default value for timestamp
looks to be the same error on their end ill check the docs
15 replies
DTDrizzle Team
•Created by makaron pelnoziarnisty on 3/30/2023 in #help
Invalid default value for timestamp
Ps I am also using planetscale
15 replies
DTDrizzle Team
•Created by makaron pelnoziarnisty on 3/30/2023 in #help
Invalid default value for timestamp
Just inquiring further about this, any fix yet? I did as suggested and changed
.defaultNow()
to
but i'm still receiving the same error15 replies