Hi, When I try to use mysql as database it is thro...
# ory-selfhosting
g
Hi, When I try to use mysql as database it is throwing the following error when creating migrations. I am using amzaon RDS Mysql v8.0.32
Copy code
Error: error executing migrations/sql/20210817181232000006_unique_credentials.mysql.up.sql, sql: ALTER TABLE `identity_credential_identifiers` MODIFY `identity_credential_type_id` char(36) NOT NULL;: Error 1832 (HY000): Cannot change column 'identity_credential_type_id': used in a foreign key constraint 'identity_credential_identifiers_type_id_fk_idx'