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
CCConvex Community
•Created by Fyzz on 8/2/2023 in #general
getting this error when trying to set up
js but the name was wrong thank you for the help
7 replies
CCConvex Community
•Created by Fyzz on 8/2/2023 in #general
getting this error when trying to set up
That was it 🤦🏽♂️ oops
7 replies
CCConvex Community
•Created by Fyzz on 8/2/2023 in #general
getting this error when trying to set up
7 replies
CCConvex Community
•Created by Fyzz on 8/1/2023 in #general
Hello there How does one change the
oh awesome thank you!
4 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