timoanttila
CDCloudflare Developers
•Created by timoanttila on 7/3/2023 in #general-help
How to modify Cloudflare D1 databases after creation
I have a table where there is already data, and I don't want to delete the table to change the structure of the table, so is it possible to change the structure of the table without recreating it? Apparently, it is possible to make indexed fields, even though it was not possible at creation.
Will the database support INNER JOIN statements or similar because I have data in many tables in the style of a MariaDB database? I have authors and topics in another table, and I need data from those at the same time when using the videos table.
4 replies