Martial
Explore posts from serversCDCloudflare Developers
•Created by Denver James Duran on 2/12/2024 in #d1-database
Nevermind team, I found a workaround, so
Since the table is no longer temporary, you'll need to add a
DROP TABLE temp_message
also4 replies
CDCloudflare Developers
•Created by Denver James Duran on 2/12/2024 in #d1-database
Nevermind team, I found a workaround, so
4 replies
CDCloudflare Developers
•Created by Denver James Duran on 2/12/2024 in #d1-database
Nevermind team, I found a workaround, so
I was changing a foreign key from Restrict to Cascade for deleting in my case, on the table message, here's the code:
4 replies
CDCloudflare Developers
•Created by Denver James Duran on 2/12/2024 in #d1-database
Nevermind team, I found a workaround, so
Thank you for posting ! Removing the
TEMPORARY
keyword made it work. Also I had to PRAGMA defer_foreign_keys = true;
at the start of my migration file and PRAGMA defer_foreign_keys = false;
at the end4 replies
CDCloudflare Developers
•Created by shengyuan on 4/16/2024 in #workers-help
Does the local runtime support streaming response?
2 replies